/** * MockDetector Widget Configuration * Centralized config for environment-specific settings */ export declare const WIDGET_CONFIG: { SUPABASE_URL: string; readonly RECORD_SCAN_ENDPOINT: string; readonly REPORT_SCAN_RESULT_ENDPOINT: string; readonly SUBMIT_FEEDBACK_ENDPOINT: string; readonly VALIDATE_KEY_ENDPOINT: string; readonly HEARTBEAT_ENDPOINT: string; DEFAULT_STORAGE_PREFIX: string; PRODUCT_NAME: string; };