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