import { Provider } from '@angular/core';
import { IHttpEasyI18nLoaderOptions } from './lib/http-easy-i18n.loader';
import { IScopedHttpEasyI18nLoaderScope } from './lib/scoped-http-easy-i18n.loader';
export * from './lib/http-easy-i18n.loader';
export * from './lib/scoped-http-easy-i18n.loader';
export declare function provideEasyI18nLoader(options?: IHttpEasyI18nLoaderOptions): Provider[];
export declare function provideEasyI18nScopedLoader(scopes: IScopedHttpEasyI18nLoaderScope[], options?: IHttpEasyI18nLoaderOptions): Provider[];
