import { ChainName } from '@hyperlane-xyz/sdk';
import { WriteCommandContext } from '../context/types.js';
export declare function sendTestMessage({ context, origin, destination, messageBody, timeoutSec, skipWaitForDelivery, selfRelay, }: {
    context: WriteCommandContext;
    origin?: ChainName;
    destination?: ChainName;
    messageBody: string;
    timeoutSec: number;
    skipWaitForDelivery: boolean;
    selfRelay?: boolean;
}): Promise<void>;
//# sourceMappingURL=message.d.ts.map