import { TypedError } from '@mangopay/checkout-sdk-core'; export declare const validationErrors: Record; export declare const getValidationError: (key: string) => TypedError;