import { ModuleWithProviders } from '@angular/core';
export declare class SteemKeychainModule {
    /**
     * Use in AppModule: new instance of SteemKeychainService.
     */
    static forRoot(): ModuleWithProviders<SteemKeychainModule>;
    /**
     * Use in features modules with lazy loading: new instance of SteemKeychainService.
     */
    static forChild(): ModuleWithProviders<SteemKeychainModule>;
}
