import { Optional } from '@ephox/katamari'; import type { Gene } from '../api/Gene'; declare const byId: (item: Gene, id: string) => Optional; declare const byItem: (item: Gene, target: Gene) => Optional; declare const indexIn: (parent: Gene, item: Gene) => Optional; export { byId, byItem, indexIn }; //# sourceMappingURL=Locator.d.ts.map