import type { HighShaderBit } from '../compiler/types'; export declare function generateTextureBatchBit(maxTextures: number): HighShaderBit; export declare function generateTextureBatchBitGl(maxTextures: number): HighShaderBit;