export declare class WordPackEnv { basePath: string; production: boolean; watch: boolean; WEBPACK_WATCH?: boolean; get base(): string; get prod(): boolean; resolve(...paths: string[]): string; }