A compiled message function, which may accept an object parameter
Signature:
export declare type MessageFunction = (param?: object) => string | any[];