import { type WithMetadata, type CompletionInfo } from "typescript";
export declare const jsDocCompletions: (importDir: string, completions: WithMetadata<CompletionInfo>, jsDoc: string) => WithMetadata<CompletionInfo>;
