import { ModuleWithProviders } from '@angular/core';
import { NgGptServiceOptions } from './ng-gpt-options.service';
import * as i0 from "@angular/core";
import * as i1 from "./ng-gpt.directive";
export declare class NgGptModule {
    static forRoot(options?: NgGptServiceOptions): ModuleWithProviders<NgGptModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgGptModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<NgGptModule, [typeof i1.NgGptDirective], never, [typeof i1.NgGptDirective]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<NgGptModule>;
}
