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 hasPostHogRuntimeConfig: () => boolean; export declare const hasRealFunnelSdkPublishableKey: (value?: string) => boolean; export declare const getFunnelSdkPublishableKey: () => string | null; export declare const buildMainApiUrl: (path: string) => string; export declare const buildSdkHeaders: (headers?: Record) => Record;