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