export declare class DeleteModelResponseDto { id: string; object: string; deleted: boolean; }