/** Normalize a template-relative path independently of the host platform. */ export declare function toPosixTemplatePath(path: string): string; /** Source comparison used only for recognizing exact canonical predecessors. */ export declare function normalizeTemplateSource(source: string): string; //# sourceMappingURL=template-path.d.ts.map