export default class ApiMethodInstance { apiMethodInstanceId: string | null | undefined; apiMethodId: string; body: string; pathParameters: string | null | undefined; queryParameters: string | null | undefined; name: string | null | undefined; description: string | null | undefined; catalogModification: string; } //# sourceMappingURL=ApiMethodInstance.d.ts.map