import type { Optional } from '@ephox/katamari'; import type { SugarElement } from '../node/SugarElement'; declare const set: (element: SugarElement, status: boolean) => void; declare const get: (element: SugarElement) => boolean; declare const find: (parent: SugarElement) => Optional>; export { get, set, find }; //# sourceMappingURL=Checked.d.ts.map