import { Environment } from '../endPoints'; import { CommonRouteInterface, SameChainSwapParams } from './types'; export declare const getSameChainQuote: (params: SameChainSwapParams, environment: Environment) => Promise<{ data: CommonRouteInterface[]; message: string; }>;