export declare class Base { private _environment; private _settings; settings: any; constructor(); protected init(settings: any): any; }