declare const getErrCode: (args: any[]) => string | null; declare const createMsg: (args: any[]) => string | null; export { createMsg, createMsg as default, getErrCode };