import { EventStream } from "../EventStream"; import { Property } from "../Property"; export declare function changes(property: Property): EventStream;