import ts from 'typescript/lib/tsserverlibrary';

type Logger = (msg: string) => void;
declare const init: ts.server.PluginModuleFactory;

export { type Logger, init as default };
