import { Location as Local } from '@angular/common'; import { App } from 'ionic-angular'; export declare class Location { app: App; local: Local; pathname: any; $$path: any; params: any; constructor(app: App, local: Local); monitor: (scope: any) => void; setSwipeBackEnabled: (route: any, scope: any, isEnter?: any) => void; path: (origin?: any) => string; }