export declare type Translation = { id: number; code: string; content: (any[] | boolean | number | string); createdAt: string; updatedAt: string; deletedAt?: string | null; };