import * as $dara from '@darabonba/typescript'; import { UpdateFlowEndpointInput } from "./UpdateFlowEndpointInput"; export declare class UpdateFlowEndpointRequest extends $dara.Model { /** * @remarks * Update Flow Endpoint Input Parameters * * This parameter is required. */ body?: UpdateFlowEndpointInput; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }