import type { PlatformAdapter } from "./adapter";
export declare const reactNativeAdapter: PlatformAdapter;
export default reactNativeAdapter;
