import { TWrapper } from '../../Abstract'; import { TDestroyable } from '../../Mixins'; import { TFog } from './TFog'; export type TFogWrapper = TWrapper & TDestroyable;