import * as $dara from '@darabonba/typescript'; export declare class ActiveAiRtcLicenseRequest extends $dara.Model { /** * @remarks * The authorization code. * * @example * iU1IeJech7*** */ authCode?: string; /** * @remarks * The device ID. * * @example * device-*** */ deviceId?: string; /** * @remarks * The batch ID. * * @example * 17712*** */ licenseItemId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }