import type { Compiler } from 'webpack'; export declare class CssModuleDtsPlugin { private name; apply(compiler: Compiler): void; }