export declare function aeoPlugin(options?: { silent?: boolean; outDir?: string; }): { name: string; configResolved(config: { build: { outDir: string; }; }): void; closeBundle(): Promise; };