declare enum approximation_method { CHORDAL_DEVIATION = 0, CHORDAL_LENGTH = 1 } declare const approximation_methodCount = 2; export { approximation_method, approximation_methodCount }; import MinimalPerfectHash from "../../indexing/minimal_perfect_hash.js"; declare let approximation_methodSearch: MinimalPerfectHash; export { approximation_methodSearch }; export declare function approximation_methodDeserializeStep(input: Uint8Array, cursor: number, endCursor: number): approximation_method | undefined; //# sourceMappingURL=approximation_method.gen.d.ts.map