export declare const lookupCache: { [locale: string]: { [messageId: string]: any; }; }; export declare const lookup: (path: string, refLocale: string) => any;