/// <reference types="powerapps-component-framework" />
import type { SinonStub } from 'sinon';
export declare class EventsBagMock implements ComponentFramework.IEventBag {
    [x: string]: SinonStub<[...params: unknown[]], void>;
    private static indexedHandler;
    constructor();
}
//# sourceMappingURL=EventsBag.mock.d.ts.map