export declare const completionTriggerCharacters: string[]; export declare const signatureHelpTriggerCharacters: string[]; export declare const signatureHelpReTriggerCharacters: string[]; export declare const codeActionKinds: string[]; export declare const semanticTokenTypes: string[]; export declare const semanticTokenModifiers: string[]; export declare const commands: string[]; export declare const onTypeFormatFirstTriggerCharacter = ";"; export declare const onTypeFormatMoreTriggerCharacter: string[]; export { ProviderNotFoundError } from "../shims/languageFeatures"; export { DocumentNotOpenedError } from "../shims/workspace"; //# sourceMappingURL=protocol.d.ts.map