/** Contains the semver version strings of UserUtils and the bundled library CoreUtils. */ export declare const versions: { /** Semver version string of the bundled library CoreUtils. */ CoreUtils: string; /** Semver version string of UserUtils. */ UserUtils: string; };