import * as $dara from '@darabonba/typescript'; export declare class DeleteIMRobotRequest extends $dara.Model { /** * @remarks * The ID of the IM chatbot. * * This parameter is required. * * @example * 123 */ robotId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }