import AttachmentModel from "./AttachmentModel"; declare class AttachmentsStore { items: AttachmentModel[]; } declare const attachmentsStore: AttachmentsStore; export default attachmentsStore;