export declare const SOURCE_OF_FUNDS_REQUIRING_DESCRIPTION: readonly ["government_contracts_grants", "donations_fundraising", "import_export_revenue"]; export declare const TRANSACTION_VOLUME_REQUIRING_DESCRIPTION: readonly ["1000001_2000000", "over_2000000"]; export declare const PURPOSE_OF_ACCOUNT_REQUIRING_DESCRIPTION: readonly ["cash_heavy_operations", "professional_services_handling_funds", "charitable_nonprofit", "commercial_cash_operations", "third_party_payment_processing"]; declare const toVerificationProductType: (v: string) => "onboarding" | "business_verification" | "complete_profile"; export type VerificationProductType = ReturnType; export type CardBrand = { iconURL: string; name: string; }; type CardBrands = { [key: string]: CardBrand; }; export declare const cardBrandsMapper: CardBrands; export {};