export declare function useWorkspaceSwitchModal(): { isOpen: any; openModal: () => void; closeModal: () => void; };