export declare function ensureTrailingSlash(basePath: string): string; export declare function removeBasePath(basePath: string, fullPath: string): string; export declare function isExplicitRelativePath(sourceName: string): boolean; //# sourceMappingURL=path-helpers.d.ts.map