declare enum text_path { LEFT = 0, RIGHT = 1, UP = 2, DOWN = 3 } declare const text_pathCount = 4; export { text_path, text_pathCount }; import MinimalPerfectHash from "../../indexing/minimal_perfect_hash.js"; declare let text_pathSearch: MinimalPerfectHash; export { text_pathSearch }; export declare function text_pathDeserializeStep(input: Uint8Array, cursor: number, endCursor: number): text_path | undefined; //# sourceMappingURL=text_path.gen.d.ts.map