import Contact_ from "../Notary/Contact"; declare namespace Contact { class IContact extends Contact_.IContact { } } export default Contact;