/** * Provides connection to GraphQL Editor */ export declare class Auth { static login: () => Promise; }