**TypeScript Version:** master **Code** ``` ts // lib.ts export function f() { } // index.ts import {f} from './lib'; export function f() { } ``` **Expected behavior:** error **Actual behavior:** pass