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