/// import http from 'http'; declare class LocalFunctionServer { options: any; proxy: any; app: any; req: any; res: any; constructor(options: any); private invokeLocalCloudFunction; private init; private watchFileChange; /** * 启动本地服务 */ createServer(): Promise; } export default LocalFunctionServer;