import { ChainID } from '../../chains.js';
export type QuoteParams = {
    sourceChainId: ChainID;
    destChainId: ChainID;
    amount: number;
    tokenIn: string;
    tokenOut: string;
    slippageBps?: number;
};
export declare const CROSS_CHAIN_TOKENS: Record<string, Record<ChainID, string>>;
//# sourceMappingURL=stablecoins-tokens.d.ts.map