import * as $dara from '@darabonba/typescript'; export declare class ModifyLogConfigResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 75A4ADCB-AA26-51FB-94D4-AB3240040974 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }