export declare class LanguageServiceLogger { private readonly info; constructor(info: ts.server.PluginCreateInfo); log(msg: string): void; }