declare const _default: { chain_not_supported: () => string; argument_not_provided: (argumentName: string, currentValue: string) => string; property_not_provided: (propertyName: string, currentValue: string) => string; cannot_update_amount: () => string; deposit_with_auth_wrong_type: () => string; not_possible_create_claim_url: () => string; cannot_redeem_before_deposit: () => string; link_decode_failed: () => string; link_parse_failed: () => string; variable_cannot_be_defined: (variable: string) => string; limits_not_defined: () => string; amount_should_be_more_than_minlimit: (minLimit: string) => string; amount_should_be_less_than_maxlimit: (maxLimit: string) => string; escrow_not_available: (tokenAddress: string, chainId: number) => string; escrow_is_not_correct: () => string; version_not_found: () => string; version_not_provided: () => string; cannot_deposit_after_retrieve: () => string; cannot_deposit_twice: () => string; at_least_one_argument_not_provided: (args: string[]) => string; encryption_key_length_failed: () => string; message_text_length_failed: () => string; cannot_add_message_after_deposit: () => string; variable_is_not_valid: (variableName: string, expectedValueType: string, currentValue: any) => string; stable_token_not_supported: (address: string) => string; cannot_update_amount_for_erc721: () => string; limits_disabled_for_erc721_or_erc1155: () => string; link_only_for_claim: () => string; only_original_sender_can_generate_url: () => string; api_validation_error: () => string; invalid_deployment_property: () => string; }; export default _default; //# sourceMappingURL=errors.d.ts.map