import type { WorkspaceStore } from '../../../store/index.js'; /** * Checks whether the store is empty. */ export declare function workspaceStoreIsEmpty(store: WorkspaceStore): boolean; //# sourceMappingURL=workspace-store-is-empty.d.ts.map