import { Compiler, compilation as CompilationType, Plugin } from 'webpack'; export declare const ampFirstEntryNamesMap: WeakMap; export declare class DropClientPage implements Plugin { ampPages: Set; apply(compiler: Compiler): void; }