import { ExchangeSwap } from "./types";
export declare const getIncompatibleCurrencyKeys: (exchange: ExchangeSwap) => {
    title: string;
    description: string;
} | undefined;
//# sourceMappingURL=getIncompatibleCurrencyKeys.d.ts.map