import { ModuleWithProviders } from '@angular/core';
import { NEndpoints, NHttpConfig } from 'n-http-2';
export * from './n-translate.config';
export * from './n-translate.service';
export declare function createNHttpConfig(): NHttpConfig;
export declare function createNEndpointsConfig(): NEndpoints;
export declare class NTranslateModule {
    static forRoot(providedConfig?: any): ModuleWithProviders;
    constructor(parentModule: NTranslateModule);
}
