import AttachmentModel from '../../models/AttachmentModel'; import Config from '../Config'; declare const _default: (config: Config, attachments: AttachmentModel[], lrsId: string) => Promise; export default _default;