import type { Direction } from '../api/data/Types'; export declare const Walkers: { left: () => Direction; right: () => Direction; }; //# sourceMappingURL=Walkers.d.ts.map