import type { DeleteKeyOptions, HushContext, HushFileDocument, HushFileEntry } from '../types.js'; export declare function removeEnvValueFromDocument(document: HushFileDocument, key: string): { nextDocument: HushFileDocument; logicalPath: string; entry: HushFileEntry; }; export declare function deleteKeyCommand(ctx: HushContext, options: DeleteKeyOptions): Promise; //# sourceMappingURL=delete-key.d.ts.map