import { ModuleWithProviders } from '@angular/core'; import { MycureSDK, MycureSDKConfigToken } from './service'; export * from './service'; import { Subscription } from 'rxjs'; export declare class McServicesModule { static initialize(base: string, config: any): ModuleWithProviders; } /** * TODO: remove this scheduler once Rx has a more robust story for working * with zones. */ export declare class ZoneScheduler { zone: any; constructor(zone: any); schedule(...args: any[]): Subscription; } export { MycureSDK, MycureSDKConfigToken };