import type { WorkSpaceSource } from '@zakodium/nmrium-core'; import type { WorkspaceWithSource } from '../preferencesReducer.js'; export declare function initWorkspace(preferences: any, data: { source: WorkSpaceSource; label: string; }): WorkspaceWithSource; //# sourceMappingURL=initWorkspace.d.ts.map