export declare function toContainerPath(hostPath: string, hostDir: string): string; export declare function toHostPath(containerPath: string, hostDir: string): string; export declare function rewriteOutput(output: string, hostDir: string): string; //# sourceMappingURL=path.d.ts.map