import type { SourceMapDevToolPlugin, WebpackOptionsNormalized } from 'webpack'; export type MaybeArray = T | T[]; export type MaybePromise = T | Promise; export type SourceMapDevToolPluginOptions = NonNullable[0]>; export type CompilerOptions = WebpackOptionsNormalized; //# sourceMappingURL=types.d.ts.map