import * as $dara from '@darabonba/typescript'; import { ChannelAssemblyProgram } from "./ChannelAssemblyProgram"; export declare class CreateProgramResponseBody extends $dara.Model { /** * @remarks * The information about the program. */ program?: ChannelAssemblyProgram; /** * @remarks * **Request ID** * * @example * xxx-xxxx-xxxxx-xxxx */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }