import { PathResolver } from './resolver-protocol'; export declare class PathResolverImpl implements PathResolver { protected readonly path: string; resolve(...parts: string[]): string; } //# sourceMappingURL=path-resolver.d.ts.map