import * as $dara from '@darabonba/typescript'; import { UpdateIMBotInput } from "./UpdateImbotInput"; export declare class UpdateIMBotRequest extends $dara.Model { /** * @remarks * Contains the configuration details to update for the IM bot. * * This parameter is required. */ body?: UpdateIMBotInput; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }