import Helper from '@ember/component/helper'; import { Texture } from '@babylonjs/core/Materials/Textures/texture'; export default class TextureHelper extends Helper { texture?: Texture; compute(args: ConstructorParameters, textureOptions: Partial): Texture; willDestroy(): void; }