import { ShaderParams } from "../../types/texture-shader.types";
export declare const loadShader: ({ gl, type, source }: ShaderParams) => WebGLShader | null;
