//// [contextualSigInstantiationRestParams.ts] declare function toInstantiate(a?: A, b?: B): B; declare function contextual(...s: string[]): string var sig: typeof contextual = toInstantiate; //// [contextualSigInstantiationRestParams.js] var sig = toInstantiate;