export declare const APP_DEALS_API_BASE_URL: string; export declare const FUNNEL_SDK_PUBLISHABLE_KEY: string; export declare const FUNNEL_ID: string; export declare const FUNNEL_VERSION_ID: string; export declare const PROJECT_ID: string; export declare const POSTHOG_API_HOST = "/ingest"; export declare const POSTHOG_PROJECT_API_KEY: string; export declare const META_PIXEL_ENABLED: boolean; export declare const META_PIXEL_ID: string; export declare const GOOGLE_ANALYTICS_ID: string; export declare const GOOGLE_TAG_MANAGER_ID: string; export declare const GOOGLE_TAG_EVENT_TARGET: string; export declare const GOOGLE_TAG_LEAD_SEND_TO: string; export declare const GOOGLE_TAG_LEAD_VALUE: string; export declare const GOOGLE_TAG_PURCHASE_SEND_TO: string; export declare const GOOGLE_ADS_CONVERSION_ID: string; export declare const GOOGLE_TAG_CONFIG_IDS: string[]; export declare const GOOGLE_TAG_SCRIPT_ID: string; export declare const GOOGLE_TAG_ENABLED: boolean; export declare const STRIPE_ACTIVE_MODE: string; export declare const hasRealFunnelSdkPublishableKey: (value?: string) => boolean; export declare const getFunnelSdkPublishableKey: () => string | null; export declare const hasPostHogRuntimeConfig: () => boolean; export declare const buildMainApiUrl: (path: string) => string; export declare const buildSdkHeaders: (headers?: Record) => Record;