export default { get name(): string { return 'ExponentMagnetometer'; }, async isAvailableAsync(): Promise { return false; }, };