export namespace webpack { export type Compiler = any export type Plugin = any } export namespace webpack5 { export type Compiler = any export type Plugin = any export type Configuration = any }