export interface WordPackEnvInterface { basePath?: string; production?: boolean; watch?: boolean; }