import { MongoConnection } from '../MongoConnection'; export declare function nextSequenceId(client: MongoConnection, db: string, name: string): Promise; export declare function nextSparseId(client: MongoConnection, db: string, name: string): Promise;