``` declare var test: (s: string) => void; declare var test: { (s: string) => void; tests: any[]; } ``` At the moment TS compiler shows error: `Subsequent variable declarations must have the same type.`