export declare const PathResolver: unique symbol; export interface PathResolver { resolve(...parts: string[]): string; } //# sourceMappingURL=resolver-protocol.d.ts.map