import type { EncryptOptions, HushContext } from '../types.js'; export declare function encryptCommand(ctx: HushContext, options: EncryptOptions): Promise; //# sourceMappingURL=encrypt.d.ts.map