import type { TConfig } from '../types'; export declare const getContextConfig: ({ apiUrl, accessToken, contributionUpliftPercentage, contributionUpliftAmount, showInputScreens, currency, ageAsInteger, messages, charge, fieldValidation, ...rest }: TConfig) => TConfig;