/** * skaile auth — manage CLI master-key strategy and secret provider status. */ import { Command } from "commander"; /** * Creates the `skaile auth` command group. * * Manages the CLI master-key strategy and secret provider health. Subcommands: * `status` (show current strategy and provider health), `set-key-strategy` * (switch between `keychain`, `passphrase`, and `machine`). * * @returns Configured {@link Command} ready for `program.addCommand()`. * @docLink cli/commands/auth#make-auth-command */ export declare function makeAuthCommand(): Command; //# sourceMappingURL=auth.d.ts.map