import { CompletionSource } from '../types';

declare const jsDocCompletion: CompletionSource;
export { jsDocCompletion };
