export default class ReactLoadablePlugin { private filename; private fs; constructor(opts?: any); apply(compiler: any): void; }