export declare class LanguageLookup { lookupId: number; lookupValue: string; displayText: string; constructor(data: unknown); }