import { TokenConf } from "../Configuration/index.js"; /** * Provides connection to GraphQL Editor */ export declare class Auth { static logout: () => void; static login: () => Promise; }