import WebpackChain from 'webpack-chain';

declare function autoPublicPath(config: WebpackChain): WebpackChain;

export { autoPublicPath };
