import { WorkspaceParams } from '../../core/public-api';
export declare function getWorkspaceParams(email: string): WorkspaceParams;
export declare function resetWorkspaceParams(email: string): void;
export declare function setWorkspaceParams(params: WorkspaceParams, email: string): void;
export declare const getDisplayArch: (arch: string) => string;
