export declare const UTC_TIMEZONE = "UTC"; /** * Resolve the respondent's browser timezone without allowing optional metadata * collection to break survey submission. UTC is the stable fallback when the * browser context or Intl timezone data is unavailable. */ export declare const resolveLocalTimezone: () => string;