declare function typeName(anyVar: any): string; declare namespace typeName {} export = typeName; export as namespace typeName;