import { MixedRoute } from '../routers';
export declare function mixedRouteContainsV4Pools(route: MixedRoute): boolean;
export declare function mixedRouteFilterOutV4Pools(routes: MixedRoute[]): MixedRoute[];
