declare module core { var html: { [x: string]: string; }; } declare module core { class Footer { html: string; constructor(); } } declare module core { class Header { html: string; constructor(); } }