export interface GenericPathJoiner { join(firstPath: string, secondPath: string): string; }