import * as $dara from '@darabonba/typescript'; import { StartWorkflowResponseBody } from "./StartWorkflowResponseBody"; export declare class StartWorkflowResponse extends $dara.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: StartWorkflowResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }