/** * Package-wide constants */ /** Default wait time between Google Sheets API calls (in seconds) */ export declare const DEFAULT_WAIT_SECONDS = 1; /** * Name of the reserved i18n metadata sheet. * This sheet stores locale display names and must never receive translation key pushes. */ export declare const I18N_SHEET_NAME = "i18n"; //# sourceMappingURL=constants.d.ts.map