import { EVMChain } from "../../types";
export declare function filterTwoOut<T>(chains: {
    [key in keyof T]: EVMChain;
}, chainOneName: string, chainTwoName: string): EVMChain[] | [];
