import { Document } from 'bson';
export type MongoBubbleMetadata = {
    eventPrefix?: string;
} | Document;
