export = renderWrapper; /** function that injects most of the uniforms into the regl context: * ie keeps track of all regl global state. * @param {} regl * @param {} params={} */ declare function renderWrapper(regl: any, params?: any): any;