import { BaseCommand } from "./ICommand.js";
/**
 * Auth command - authenticate with Cyrus Pro plan using auth key
 */
export declare class AuthCommand extends BaseCommand {
    execute(args: string[]): Promise<void>;
}
//# sourceMappingURL=AuthCommand.d.ts.map