import { ModuleWithProviders } from '@angular/core';
import { TeleportConfig } from './teleport.service';
export declare class TeleportModule {
    static init(config: TeleportConfig): ModuleWithProviders<TeleportModule>;
}
