declare enum shading_surface_method { CONSTANT_SHADING = 0, COLOUR_SHADING = 1, DOT_SHADING = 2, NORMAL_SHADING = 3 } declare const shading_surface_methodCount = 4; export { shading_surface_method, shading_surface_methodCount }; import MinimalPerfectHash from "../../indexing/minimal_perfect_hash.js"; declare let shading_surface_methodSearch: MinimalPerfectHash; export { shading_surface_methodSearch }; export declare function shading_surface_methodDeserializeStep(input: Uint8Array, cursor: number, endCursor: number): shading_surface_method | undefined; //# sourceMappingURL=shading_surface_method.gen.d.ts.map