export type coalescingObj = object;
export interface RxCoalescingOptions {
    scope?: coalescingObj;
}
