1import { Source, Operator } from '../wonka_types'; 2 3export const sample: <A>(signal: Source<any>) => Operator<A, A>;