declare const errorCodes: { A00001: (res: any) => void; A00002: (res: any) => void; A00004: (res: any) => void; A00005: (res: any) => void; A00014: (res: any) => void; }; declare const httpErrorCodes: { 400: (error: any) => void; 401: (error: any) => void; 405: (_error: any) => void; 500: (_error: any) => void; 501: (_error: any) => void; }; export { errorCodes, httpErrorCodes };