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