import * as $dara from '@darabonba/typescript'; export declare class DeleteLogConfigRequest extends $dara.Model { /** * @remarks * The log type. Valid values: **log** and **survey**. * * @example * log */ logType?: string; securityToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }