import type { Node, Tick } from '../types.js'; declare const tick: (nodes: Node[], segment: string, isSegmentDirectory: boolean) => Tick; export default tick;