import type { HushContext, KeyTransferOptions } from '../types.js'; export declare function copyKeyCommand(ctx: HushContext, options: KeyTransferOptions): Promise; export declare function moveKeyCommand(ctx: HushContext, options: Omit): Promise; //# sourceMappingURL=copy-key.d.ts.map