export declare const commandSecretsClearBackups: import("../../core").CommandDef<{
  readonly keep: {
    readonly type: "number";
    readonly message: "How many backups should we keep? 🤔";
    readonly default: 1;
  };
}>;