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