export declare const authCommand: { login(licenseKey: string): Promise; status(): Promise; logout(): Promise; }; //# sourceMappingURL=auth.d.ts.map