@duckduckgo/content-scope-scripts
    Preparing search index...
    • Returns {
          t: (
              key:
                  | "smartling"
                  | "new"
                  | "versionNumber"
                  | "somethingWentWrong"
                  | "retryUpdate"
                  | "updateError"
                  | "updateDownloading"
                  | "updatePreparing"
                  | "browserReleaseNotes"
                  | "lastChecked"
                  | "todayAt"
                  | "yesterdayAt"
                  | "browserUpToDate"
                  | "newVersionAvailable"
                  | "criticallyOutOfDate"
                  | "checkingForUpdate"
                  | "restartToUpdate"
                  | "updateBrowser"
                  | "forPrivacyProSubscribers",
              replacements?: Record<string, string>,
          ) => string;
      }