import type { webpack5 } from 'next/dist/compiled/webpack/webpack'; declare type Options = { dev: boolean; isEdgeServer: boolean; }; export declare const injectedClientEntries: Map; export declare class FlightClientEntryPlugin { dev: boolean; isEdgeServer: boolean; constructor(options: Options); apply(compiler: webpack5.Compiler): void; createClientEndpoints(compilation: any): Promise; } export {};