/** * PC端创建选项 */ export declare class PcOptions { /** * 前端环境变量 */ env: any; /** * 自定义路由 */ routes: any[]; /** * 多语言配置 */ lang: any; }