import Observable, { Property } from "./observable"; import { Function2 } from "./types"; export declare type Differ = Function2; /** @hidden */ export declare function diff(src: Observable, start: V, f: Differ): Property;