export type { IDocumentStore } from "./IDocumentStore"; export type { IDocumentStoreBatchable } from "./IDocumentStoreBatchable"; export type { IDocumentStoreErrors } from "./IDocumentStoreErrors"; export type { IERC5192 } from "./IERC5192"; export type { ITransferableDocumentStore } from "./ITransferableDocumentStore"; export type { ITransferableDocumentStoreErrors } from "./ITransferableDocumentStoreErrors";