import { CommandModuleWithContext } from '../context/types.js';
import { MessageOptionsArgTypes } from './send.js';
export declare const relayerCommand: CommandModuleWithContext<MessageOptionsArgTypes & {
    chains?: string;
    cache: string;
    symbol?: string;
    warp?: string;
}>;
//# sourceMappingURL=relayer.d.ts.map