declare module "unixify" {
  function unixify(s : string) : string;
  export = unixify
}
