import * as $dara from '@darabonba/typescript'; export declare class SetContentAnalyzeConfigResponseBody extends $dara.Model { /** * @example * 953CFD27-4A2C-54AD-857F-B79EF3A338E0 */ requestId?: string; /** * @example * true */ success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }