declare function f(): string;
declare type T1 = [[string, number], string[]];
declare let foo: T1;
