import { Command } from 'commander'; import type { CliContext } from '../types'; export declare function registerAuthCommands(program: Command, context: CliContext): void; //# sourceMappingURL=auth.d.ts.map