import * as $dara from '@darabonba/typescript'; import { PublishFlowVersionInput } from "./PublishFlowVersionInput"; export declare class PublishFlowVersionRequest extends $dara.Model { /** * @remarks * The input parameters for publishing a workflow version. */ body?: PublishFlowVersionInput; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }