export declare const WORKSPACE_MODES: {
    readonly SINGLE: "workspace";
    readonly MULTIPLE: "workspaces";
};
