import type { UDAConfig } from '@funkit/connect-core'; /** * Thin RN reimplementation of `@funkit/connect`'s `useUDAParams`. Resolves the * Universal Deposit Address config for a dynamic-routing id from the * `uda_params` Statsig dynamic config. Unlike web, the routing id is passed in * (web reads it from the checkout context, which RN doesn't have). */ export declare function useUDAParams(dynamicRoutingId?: string): UDAConfig | undefined; //# sourceMappingURL=useUDAParams.d.ts.map