import Workspace from "./Workspace"; export default interface WorkspaceFetcher { get(): Workspace | null; }