import Service from '@ember/service'; export default class FastBootService extends Service { isFastBoot: boolean; }