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