/** 从卷根之后枚举绝对路径,避免把 Windows drive 或 UNC share 再拼回根路径。 */ export declare function serviceAncestorPaths(directory: string, platform?: NodeJS.Platform): string[]; //# sourceMappingURL=service-path-ancestors.d.ts.map