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