/** * 打开服务器 */ import { FieOptions } from '../interface'; export default function (fie: any, option: FieOptions): Promise;