import { Property } from "../observable"; import { Subscribe } from "../types"; import { Desc } from "../describe"; /** @hidden */ export default function propertyFromStreamSubscribe(desc: Desc, subscribe: Subscribe): Property;