import { EvmBlockchainName } from "../../../../../../../../core/blockchain/models/blockchain-name"; import { RoutePools } from "./typings"; export declare class SyncSwapFactory { private static normalizePool; private static normalizePools; private static transformResponse; static fetchRoutePools(tokenA: string, tokenB: string, account: string, vault: string, factories: string[], routeTokens: string[], masterAddress: string, routerHelperAddress: string, blockchain: EvmBlockchainName): Promise; }