import { BaseRoute, Pool, RouteWithQuote } from '../types'; export declare const logPools: (quoteId: string | undefined, pools: Pool[], indent?: number) => void; export declare const poolInfoStr: (pool: Pool) => string; export declare const logRoutes: (quoteId: string | undefined, routes: BaseRoute[], indent?: number) => void; export declare const logRoutesWithQuote: (quoteId: string | undefined, _routes: RouteWithQuote[], indent?: number) => void; //# sourceMappingURL=remoteLogs.d.ts.map