export interface LookupMatcherResult {
    locale: string;
    extension?: string;
    nu?: string;
}
export interface Keyword {
    key: string;
    value: string;
}
