bpms_site/.svn/pristine/ab/abd20d13a473eb4cad3bba6cdcdb17826c16ccf3.svn-base
2025-11-02 16:38:49 +03:30

7 lines
300 B
Plaintext

import { webpack } from 'next/dist/compiled/webpack/webpack';
export declare const ampFirstEntryNamesMap: WeakMap<webpack.Compilation, string[]>;
export declare class DropClientPage implements webpack.WebpackPluginInstance {
ampPages: Set<unknown>;
apply(compiler: webpack.Compiler): void;
}