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