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