import { Observable, Property } from "./observable"; import { Function2 } from "./types"; /** @hidden */ export declare function flatScan(src: Observable, seed: Out, f: Function2 | Out>): Property;