import type { Compiler } from "webpack";
export declare class ImportMetaEnvPlugin {
    apply(compiler: Compiler): void;
}
