///
declare const mockFeatures: jest.Mock<{
hasMicrophone: jest.Mock;
hasCamera: jest.Mock;
isAndroid: jest.Mock;
isBrowserSupported: jest.Mock;
isEdge: jest.Mock;
isIos: jest.Mock;
}, [], any>;
export default mockFeatures;
//# sourceMappingURL=Features.d.ts.map