import type { WriteConcern } from 'mongoose';
declare const writeConcern: WriteConcern;
export { writeConcern };
