import { IAttachmentOptionsExtended } from '@novu/stateless'; import { StorageService } from './storage.service'; export declare class StorageHelperService { private storageService; constructor(storageService: StorageService); private areAttachmentsMissing; uploadAttachments(attachments?: IAttachmentOptionsExtended[]): Promise; getAttachments(attachments?: IAttachmentOptionsExtended[]): Promise; deleteAttachments(attachments?: IAttachmentOptionsExtended[]): Promise; } //# sourceMappingURL=storage-helper.service.d.ts.map