import * as $dara from '@darabonba/typescript'; export declare class DeleteLiveRecordTemplateResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 3E5330CF-B4C8-5BEF-AA6B-8E70BD20FAEE */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }