import type * as Proto from '../protocol'; export declare function snippetForFunctionCall(item: { insertText?: string; label: string; }, displayParts: ReadonlyArray): { snippet: string; parameterCount: number; }; //# sourceMappingURL=snippetForFunctionCall.d.ts.map