declare type TranslationInterface = Record<string, any>;
export declare type TranslationResolverInterface = () => Promise<TranslationInterface>;
export {};
