import { ModuleWithProviders } from '@angular/core';
import { Environment } from './ngx-services.models';
import * as i0 from "@angular/core";
export declare class NgxServicesModule {
    /**
     * Returns a module with providers for the NgxServicesModule.
     *
     * @param {Environment} environment - The environment configuration object.
     *
     * @return {ModuleWithProviders<NgxServicesModule>} The module with providers for the NgxServicesModule.
     */
    static forRoot(environment: Environment): ModuleWithProviders<NgxServicesModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgxServicesModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<NgxServicesModule, never, never, never>;
    static ɵinj: i0.ɵɵInjectorDeclaration<NgxServicesModule>;
}
