export declare function resolveCorePkgName(root: string): Promise; export declare const resolvePath: (...pathSegments: string[]) => string; export declare function resolveRelativePath(from: string, to: string): string; export declare function resolveConfigPaths>(cwd: string, config: T, match?: (key: keyof T) => boolean): Promise; //# sourceMappingURL=resolve.d.ts.map