import { ERROR_CODE } from './types.ts'; export declare const ERROR_DISPLAY_MESSAGES: Record; export declare const getDisplayMessage: (code: ERROR_CODE, displayMessageParams: string[]) => string; //# sourceMappingURL=displayMessages.d.ts.map