import { Uniforms, Shader } from "./types"; export declare function createShader(input: Partial>): Shader;