import { Operator } from '../wonka_types'; export const scan: (f: (acc: B, value: A) => B, acc: B) => Operator;