/** * simple sync function to check if a folder is the root of a workspace (not operation but a workspace) */ export declare const isWorkspaceRoot: (folderPath: string) => undefined | { isBundle: boolean; isWorkspaceRoot: boolean; }; //# sourceMappingURL=isWorkspaceRoot.d.ts.map