import { TexturesParams } from "../../types/texture-shader.types";
export declare const loadImageTextures: ({ gl, images, }: TexturesParams) => Promise<WebGLTexture[]>;
