import { StatsigClient, type StatsigOptions, type StatsigUser } from '@statsig/react-bindings'; export declare class StatsigClientRN extends StatsigClient { readonly __isRnClient = true; constructor(sdkKey: string, user: StatsigUser, options?: StatsigOptions | null); } //# sourceMappingURL=StatsigClientRN.d.ts.map