declare class Auth {
    static generateToken(): Promise<void>;
    static getCurrentDataVersion(): Promise<unknown>;
}
export default Auth;
//# sourceMappingURL=Auth.d.ts.map