import { Command } from 'commander'; export declare function extractAction(options: { pretty?: boolean; debug?: boolean; browserProfile?: string[]; }): Promise; export declare function qrAction(options: { pretty?: boolean; debug?: boolean; }): Promise; export declare function logoutAction(options: { pretty?: boolean; }): Promise; export declare function statusAction(options: { pretty?: boolean; }): Promise; export declare function getNoDiscordTokenFoundMessage(): string; export declare const authCommand: Command; //# sourceMappingURL=auth.d.ts.map