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