import * as $dara from '@darabonba/typescript'; export declare class UpdateLiveRecordTemplateResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 0F3D5C03-4B6E-5F40-B7F6-B1956776E7D3 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }