import { Material, type IUniform } from 'three'; export declare const mapDisolveMaterial: (material: Material, uniforms: { [uniform: string]: IUniform; }) => void;