import { GetFiatOnrampUrlInput } from '../types'; export declare const getFiatOnrampUrl: (input: GetFiatOnrampUrlInput) => Promise;