export declare function useWorkspaces(): { workspaces: { id: string; name: string; slug: string; }[]; }; //# sourceMappingURL=useWorkspaces.d.ts.map