import { FakeTiny } from '../alien/Types'; import * as Semver from '../ver/Semver'; declare const getVersion: (tinymce: FakeTiny) => Semver.Version; declare const isLessThan: (tinymce: FakeTiny | undefined, version: string) => boolean; declare const isGreaterThan: (tinymce: FakeTiny | undefined, version: string) => boolean; export { getVersion, isLessThan, isGreaterThan };