import { Workspace } from '@designable/core'; export declare const useWorkspace: (id?: string) => Workspace;