import type { QuoteExactInputParams, SwapExactInputParams } from '../types'; import { type ContractContext } from './contracts'; export declare function quoteExactInput(ctx: ContractContext, params: QuoteExactInputParams): Promise; export declare function swapExactInput(ctx: ContractContext, params: SwapExactInputParams): Promise; //# sourceMappingURL=router.d.ts.map