export declare type PostsMedia = { medium_id: number; post_id: number; createdAt: string; updatedAt: string; deletedAt?: string | null; };