export declare const errorCodes: Record; export declare function errorCode(code: string): { code: string; error: string; };