import { Plugin, Compiler } from 'webpack'; export declare class ImportMapsWebpackPlugin implements Plugin { apply(compiler: Compiler): void; }