import { ChainName, HypTokenRouterConfig } from '@hyperlane-xyz/sdk';
import { CommandContext } from '../context/types.js';
export declare function runWarpRouteRead({ context, chain, address, warp, symbol, }: {
    context: CommandContext;
    chain?: ChainName;
    warp?: string;
    address?: string;
    symbol?: string;
}): Promise<Record<ChainName, HypTokenRouterConfig>>;
//# sourceMappingURL=warp.d.ts.map