/**
 * This hook is used to retrieve the configuration for the Swap Live App.
 * The `ptxSwapLiveApp` feature flag is always true, but it is used
 * to obtain the manifest ID that loads the URL for the live app in production,
 * stg, or ppr environments.
 *
 * @returns The feature flag configuration for `ptxSwapLiveApp`.
 */
export declare function useSwapLiveConfig(): import("@ledgerhq/types-live").Feature<{
    manifest_id: string;
    currencies?: string[];
    families?: string[];
} | undefined> | null;
//# sourceMappingURL=useSwapLiveConfig.d.ts.map