export { resolver as getWorkspacesPaths } from './paths.js'; export { resolver as getWorkspacesNames } from './names.js'; export { resolver as getWorkspacesMap } from './map.js'; export declare const getWorkspaces: { paths: { async: import("../../types.js").PathResolverFunctionAsync; sync: import("../../types.js").PathResolverFunction; }; names: { async: import("../../types.js").PathResolverFunctionAsync; sync: import("../../types.js").PathResolverFunction; }; map: { async: import("../../types.js").PathResolverFunctionAsync>; sync: import("../../types.js").PathResolverFunction>; }; }; //# sourceMappingURL=index.d.ts.map