export declare type ExamPost = { id: number; postId: number; examId: number; createdAt: string; updatedAt: string; deletedAt?: string | null; };