import { Compiler } from 'webpack'; declare type VoidFunction = () => void; export default function registerInMemoryCompiler(compiler: Compiler): VoidFunction; export {};