import { BlobService } from "../../models"; export declare const uploadToAzure: (blobService: BlobService, attachments: { name: string; path?: string; contentType: string; }[]) => Promise<{ name: string; url: string; }[] | undefined>;