import type { UDAConfig } from '@funkit/connect-core';
export type { UDAConfig };
export declare const useUDAParams: (_dynamicRoutingId?: string) => UDAConfig | undefined;
