export declare type ChatStatus = { id: number; name?: string | null; createdAt: string; updatedAt: string; deletedAt?: string | null; };