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