import { Http } from '@angular/http'; import 'rxjs/add/operator/map'; import { NavController } from 'ionic-angular'; import { LocalNotifications } from '@ionic-native/local-notifications'; export declare class LocalNotificationProvider { http: Http; navController: NavController; private localNotifications; constructor(http: Http, navController: NavController, localNotifications: LocalNotifications); schedule(userName: string, store: any): void; }