import { IBaseHttpError } from '@wix-velo/velo-external-db-types'; export declare const notThrowingTranslateErrorCodes: (err: any, collectionName: string, fieldName?: string | undefined) => IBaseHttpError; export declare const translateErrorCodes: (err: any, collectionName: string, fieldName?: string | undefined) => never;