import { webpack } from 'erisl-ncli-13/dist/compiled/webpack/webpack'; interface Options { dir: string; distDir: string; appDir: string; dev: boolean; isEdgeServer: boolean; } export declare class FlightTypesPlugin { dir: string; distDir: string; appDir: string; dev: boolean; isEdgeServer: boolean; constructor(options: Options); apply(compiler: webpack.Compiler): void; } export {};