export declare const TOLGEE_EXTENSION_SESSION_STORAGE_PREFIX = "__tolgee_"; export declare const API_KEY_SESSION_STORAGE = "__tolgee_apiKey"; export declare const API_URL_SESSION_STORAGE = "__tolgee_apiUrl"; export declare const BRANCH_SESSION_STORAGE = "__tolgee_branch"; export declare const PROJECT_ID_SESSION_STORAGE = "__tolgee_projectId"; export declare const EXTENSION_SESSION_STORAGE = "__tolgee_session"; export declare const EDITING_SESSION_STORAGE = "__tolgee_editing";