export const PathResolver = Symbol('PathResolver'); export interface PathResolver { resolve(...parts: string[]): string; }