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