import type { Traverser } from '../../api';
export declare function isTraverser<D>(candidate: unknown): candidate is Traverser<D>;
