import { EditorStateType, Ui } from '../../../types';
import { ProjectDb } from '../../../types/project';

export declare const deserializeProject: (projectIn: ProjectDb, editorStateUi: Ui) => Pick<EditorStateType, "project" | "ui" | "defaultTheme">;
