interface IDocumentFactory { createDocument() : Document }; export { IDocumentFactory as default, IDocumentFactory }