export interface IReportingObserverOptions {
    buffered?: boolean;
    types?: string[];
}
//# sourceMappingURL=reporting-observer-options.d.ts.map