///
import type { SinonStub } from 'sinon';
export declare class DeviceMock implements ComponentFramework.Device {
captureAudio: SinonStub<[], Promise>;
captureImage: SinonStub<[
options?: ComponentFramework.DeviceApi.CaptureImageOptions
], Promise>;
captureVideo: SinonStub<[], Promise>;
getBarcodeValue: SinonStub<[], Promise>;
getCurrentPosition: SinonStub<[], Promise>;
pickFile: SinonStub<[
options?: ComponentFramework.DeviceApi.PickFileOptions
], Promise>;
constructor();
}
//# sourceMappingURL=Device.mock.d.ts.map