import { SinonSpy } from 'sinon'; import { MockGenerator } from './MockGenerator'; import { ShkoOnline } from '../ShkoOnline'; /** * Mocks the following APIs * - {@link ComponentFramework.Mode.setFullScreen} * - {@link ComponentFramework.Factory.requestRender} * - notifyOutputChanged function * @param mockGenerator The generator that controlls the context * @param getOutputs The plugin getOutputs function * @param executeUpdateView The callback function that triggers UpdateView from the framework */ export declare const mockNotifyOutputChanged: , TOutputs extends ShkoOnline.KnownTypes>(mockGenerator: MockGenerator, getOutputs: SinonSpy<[ ], TOutputs>, executeUpdateView: () => void) => void; //# sourceMappingURL=mockNotifyOutputChanged.d.ts.map