Here I have a function with overloads:
function test(): string; function test(arg?: string): string { return arg || \'\'; }
can I declare t