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