```ts import { assert as debugAssert } from '@ember/debug'; debugAssert('', condition); // becomes Ember.debugAssert('', condition); // instead of Ember.assert('', condition); ```