import type { PathResolverFunction, PathResolverFunctionAsync } from '../../types.js'; export declare const getWorkspacesMap: PathResolverFunctionAsync>; export declare const getWorkspacesMapSync: PathResolverFunction>; export declare const resolver: { async: PathResolverFunctionAsync>; sync: PathResolverFunction>; }; //# sourceMappingURL=map.d.ts.map