/// <reference types="powerapps-component-framework" />
import type { SinonStub } from 'sinon';
export declare class CopilotMock implements ComponentFramework.Copilot {
    executeEvent: SinonStub<[
        string,
        Record<string, unknown>
    ], Promise<ComponentFramework.MCSResponse[]>>;
    executePrompt: SinonStub<[
        string
    ], Promise<ComponentFramework.MCSResponse[]>>;
    constructor();
}
//# sourceMappingURL=Copilot.mock.d.ts.map
