/** * @import Application from 'ember-source/types/stable/@ember/application' */ /** * A function to add ember-inspector support to your Ember App if it has an ember-source version of < 4.8. * * If you are on a later Ember version then you should import from * `@embroider/legacy-inspector-support/ember-source-4-8`; * * @param {Application} app your `@ember/application` Application sub-class */ export default function _default(app: Application): void;