import { LifeCycleHook } from 'render-jsx'; import { Source } from 'callbag'; export declare function makeHook(source: Source, op?: (value: T) => void): LifeCycleHook;