/** * DevTools package semantic version (source of truth: package.json). */ export declare const DEVTOOLS_VERSION: string; /** * Chrome extension public version. * * Chrome Web Store requires numeric dot-separated version strings. */ export declare const CHROME_EXTENSION_VERSION: string;