export type CryptoWalletInitOptions = { apiKey: string; customer_email: string; callback_url?: string; business_name?: string; business_logo?: string; }; declare const CryptoWalletInit: (options: CryptoWalletInitOptions) => Promise; export default CryptoWalletInit; //# sourceMappingURL=CryptoWalletInit.d.ts.map