export { resolver as resolveRootViaGit } from './git.js'; export { resolver as resolveRootViaPackageJson } from './packageJson.js'; export { resolver as resolveRootViaWorkspaces } from './workspacesRoot.js'; export declare const rootResolver: { readonly viaGit: { sync: import("../../types.js").PathResolverFunction; async: import("../../types.js").PathResolverFunctionAsync; }; readonly viaPackageJson: { sync: import("../../types.js").PathResolverFunction; async: import("../../types.js").PathResolverFunctionAsync; }; readonly viaWorkspaces: { sync: any; async: any; }; }; export declare const resolveRoot: any; export declare const resolveRootSync: any; //# sourceMappingURL=index.d.ts.map