import { CreateWebpackConfig, CreateWebpackConfigOptions, WebpackHooks } from 'lib/runtime/server'; import { Logger } from 'typescript-log'; import webpack from 'webpack'; export declare const webpackHooks: (log: Logger, root: string) => WebpackHooks; export declare const getHook: (hook: webpack.Configuration | CreateWebpackConfig | undefined, options: CreateWebpackConfigOptions) => webpack.Configuration; export default webpackHooks;