import { SwapUnit } from '../../swap/types'; type GetBuyFundingUrlParams = { to?: SwapUnit; sessionToken?: string; paymentMethodId?: string; }; export declare function getBuyFundingUrl({ to, sessionToken, paymentMethodId, }: GetBuyFundingUrlParams): string | undefined; export {}; //# sourceMappingURL=getBuyFundingUrl.d.ts.map