import type { TConfig, TConfigUpdateInput } from "../../types/config"; import { type Result } from "../../types/error"; export declare const RN_ASYNC_STORAGE_KEY = "formbricks-react-native"; export declare class RNConfig { private static instance; private config; private constructor(); init(): Promise; static getInstance(): Promise; update(newConfig: TConfigUpdateInput): void; get(): TConfig; loadFromStorage(): Promise>; private saveToStorage; resetConfig(): Promise>; } //# sourceMappingURL=config.d.ts.map