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