export declare module SupportInfo {
    interface ISupportContact {
        emailAddress?: string;
    }
}
