declare module hello { var html: { [x: string]: string; }; } declare module hello { }