import { Token } from '@x-swap-protocol/sdk-core';
export declare const getFathomPoolAddress: (tokenA: Token, tokenB: Token) => string;
