import { HushContext, StoreContext } from '../types.js'; export interface KeysOptions { store: StoreContext; subcommand: string; force?: boolean; } export declare function keysCommand(ctx: HushContext, options: KeysOptions): Promise; //# sourceMappingURL=keys.d.ts.map