import { Source } from 'callbag'; import { StateLike } from 'callbag-state'; export declare function ensureState(cb: Source, track: (_cb: Source) => void): StateLike;