type PackageResolutionContext = { resolveSassFileCandidate(candidatePath: string): string; rootDir: string; }; declare function resolvePackageFilePath(context: PackageResolutionContext, specifier: string): string; export { resolvePackageFilePath }; //# sourceMappingURL=package-resolution.d.ts.map