export default interface RemoteInsertOneResult {
    readonly insertedId: any;
}
