export function f(x: number) : void; export function f(x: string) : void; export function f(x: any) {};