/**
 * @param maxTextures
 * @internal
 */
export declare function generateGPULayout(maxTextures: number): GPUBindGroupLayoutEntry[];
