import { type Optional } from '@ephox/katamari'; import type { Gene } from '../api/Gene'; declare const detach: (root: Gene, target: Gene) => Optional; export { detach }; //# sourceMappingURL=Detach.d.ts.map