import { IUniform } from "../types"; /** * Makes it easier to type out and get better editor help in establishing initShader */ export declare function createUniform(options: IUniform): IUniform;