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