import Service from '@ember/service'; export default class extends Service { notify = () => void 0; }