/// //// declare function f(a: any, ...b: any[]): any; //// f(1, 2); verify.signatureHelp({ marker: "1", argumentCount: 0, isVariadic: false });