/**
 * Module entry point
 * @module multer-gridfs-storage
 */
export * from './cache';
export * from './types';
export declare const GridFsStorage: typeof import("./gridfs").GridFsStorage;
