export declare const BACKEND_ERRORS: Map<number, string>;
export declare const getErrori18nKey: (errorCode: number) => string;
