import type { CustomWorkspaces, WorkspacePreferences } from '@zakodium/nmrium-core'; import type { NMRiumWorkspace } from '../../../main/index.js'; export declare function getPreferencesByWorkspace(workspace: NMRiumWorkspace, originalWorkspaces: CustomWorkspaces): Required; //# sourceMappingURL=getPreferencesByWorkspace.d.ts.map