import type * as AWS from '@aws-sdk/client-s3'; import type { CollectionConfig } from 'mzinga/types'; import type { StaticHandler } from '../../types'; interface Args { bucket: string; collection: CollectionConfig; getStorageClient: () => AWS.S3; } export declare const getHandler: ({ bucket, collection, getStorageClient }: Args) => StaticHandler; export {}; //# sourceMappingURL=staticHandler.d.ts.map