import type { BaseTokenType, HoldersMakerChain, HoldersMakerTradeType } from '../../shared/foundation/types/holders-maker.js'; export declare function getBaseTokenAddress(baseToken: BaseTokenType, chain: HoldersMakerChain, customAddress?: string): string; export declare function getRouterAddress(tradeType: HoldersMakerTradeType, chain?: HoldersMakerChain, v2RouterOverride?: string): string; export declare function getWrappedNativeAddress(chain?: HoldersMakerChain): string;