'use static'

export declare namespace T {
  export function foo(a: int): void;
  export function foo(a: double): void;
  function foo(a: float): void;

}

