import { Optional } from '@ephox/katamari'; import type { Gene } from '../api/Gene'; declare const track: (current: Gene, parent: Optional) => Gene; export { track }; //# sourceMappingURL=Tracks.d.ts.map