import * as $dara from '@darabonba/typescript'; export declare class DeleteCodeInterpreterOut extends $dara.Model { /** * @remarks * ID of the code interpreter. */ codeInterpreterId?: string; /** * @remarks * Name of the code interpreter. */ codeInterpreterName?: string; /** * @remarks * Status of the code interpreter. */ status?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }