declare module 'ember-data/test-support' {
  export function render(template: object): Promise<void>;
  
}