import { Command } from 'commander';
/**
 * Register all authentication-related commands
 */
export declare function registerAuthCommands(program: Command): void;
