import type { Auth } from "../auth.js"; export declare function authFile(): string; export declare function readAuth(): Promise; export declare function writeAuth(auth: Auth): Promise; export declare function authCommand(args: string[]): Promise; //# sourceMappingURL=auth-store.d.ts.map