import { Property } from "../Property"; export declare function update(initial: ValueType, ...patternsAndHandlers: any[]): Property;