import * as $dara from '@darabonba/typescript'; import { ChannelAssemblyChannel } from "./ChannelAssemblyChannel"; export declare class GetChannelResponseBody extends $dara.Model { /** * @remarks * The channel information. */ channel?: ChannelAssemblyChannel; /** * @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; }); }