import * as $dara from '@darabonba/typescript'; export declare class GetLivePackageChannelRequest extends $dara.Model { /** * @remarks * The channel name. * * This parameter is required. * * @example * channel-1 */ channelName?: string; /** * @remarks * The channel group name. * * This parameter is required. * * @example * channel-group-1 */ groupName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }