export interface SubConverter { convert(path: string, method: string): R; }