import MistBase from './MistBase'; export default class Mist extends MistBase { constructor(config: any, files: any); }