export interface LookupEntry { language: string; location: string | null; id: number; tag: string; version?: string; } declare const lookup: Record; export default lookup;