import { BindGroup } from '../../renderers/gpu/shader/BindGroup'; import type { TextureSource } from '../../renderers/shared/texture/sources/TextureSource'; export declare function getTextureBatchBindGroup(textures: TextureSource[], size: number): BindGroup;