blob: 1d4ee43356338cb18cdc8e18a4c5e3438ba57f1c [file] [log] [blame]
import * as webpack from 'webpack';
import { TSInstance } from './interfaces';
export declare function makeAfterCompile(instance: TSInstance, configFilePath: string | undefined): (compilation: webpack.compilation.Compilation, callback: () => void) => void;