import * as GridFsStream from 'gridfs-stream'; export declare function CreateGridFsStream(db: any, mongo: any): GridFsStream.Grid; export { GridFsStream };