import { type DynamicConfigName, type DynamicConfigValue } from '@funkit/connect-core';
export type { DynamicConfigName, DynamicConfigValue };
export declare const useDynamicConfig: <Name extends DynamicConfigName>(name: Name, options?: {
    bypassCountryCode?: boolean;
}) => DynamicConfigValue<Name>;
