import { RampConfiguration } from '@dynamic-labs/sdk-api-core'; export declare const getOnrampProviders: ({ chain, environmentId, networkId, token, tokenAmount, walletAddress, currency, includeDisabled, merchantName, }: { chain: string; environmentId: string; networkId?: string | number; token?: string; tokenAmount?: number; walletAddress: string; currency?: string; includeDisabled?: boolean; merchantName?: string; }) => Promise;