export interface Blob { blobId: string; content: Buffer; utcDateModified: string; }