import * as $dara from '@darabonba/typescript'; import { CreateCodeInterpreterInput } from "./CreateCodeInterpreterInput"; export declare class CreateCodeInterpreterRequest extends $dara.Model { /** * @remarks * Request body for creating a code interpreter. * * This parameter is required. */ body?: CreateCodeInterpreterInput; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }