import { EventStream, Property } from "./abstractions"; export declare function sampledBy(sampler: EventStream): (prop: Property) => EventStream;