import EmberRouter from '@ember/routing/router'; export default class Router extends EmberRouter { location: "history" | "hash" | "none"; rootURL: string; } //# sourceMappingURL=router.d.ts.map