import type ts from 'typescript'; declare function init(): { create: (info: ts.server.PluginCreateInfo) => ts.LanguageService; }; export = init;