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