import { Compiler } from 'webpack'; export declare function genSiteEntry(): Promise; export declare class VantCliSitePlugin { apply(compiler: Compiler): void; }