import { Compiler, Configuration } from "webpack"; export declare function webpackConfigValidator(client: Compiler | Configuration, server: Compiler | Configuration): boolean | void;