import { TextureParams } from "../../types/texture-shader.types";
export declare const loadTexture: ({ gl, url, }: TextureParams) => Promise<WebGLTexture | null>;
