import type { RevealContext, RevealEnvironmentSummary, RevealLimits, RevealRedactionPolicy } from 'mythik'; export interface ReactNativeRevealConfig { enabled?: boolean; appName?: string; bridgeUrl?: string; token?: string; environment?: RevealEnvironmentSummary; includeStatePaths?: string[]; redactStatePaths?: string[]; redaction?: RevealRedactionPolicy; limits?: RevealLimits; onContext?: (context: RevealContext) => void; } //# sourceMappingURL=types.d.ts.map