declare const __DEV__: boolean; declare module '@splunk/ui-utils/i18n' { // for now, assume this is guaranteed to return a string (and not undefined, null, ...) function _(...args: any[]): string; }