/** * @license * Copyright 2022-2024 Matter.js Authors * SPDX-License-Identifier: Apache-2.0 */ import { Environment, VariableService } from "@project-chip/matter.js/environment"; /** * This is the default environment implementation for React-native: * * - Uses AsyncStorage for storage */ export declare function ReactNativeEnvironment(): Environment; export declare function getDefaults(vars: VariableService): { environment: "default"; }; //# sourceMappingURL=ReactNativeEnvironment.d.ts.map