import type { ContainerClient } from '@azure/storage-blob'; import type { CollectionConfig } from 'mzinga/types'; import type { HandleDelete } from '../../types'; interface Args { collection: CollectionConfig; getStorageClient: () => ContainerClient; } export declare const getHandleDelete: ({ getStorageClient }: Args) => HandleDelete; export {}; //# sourceMappingURL=handleDelete.d.ts.map