/** * GET /v1/benchmarks/methodology/{project_type} response. */ export type MethodologyOut = { project_type: string; geographies: Record; version: string; }; //# sourceMappingURL=MethodologyOut.d.ts.map