import type { ToInitializedOperator } from '../types'; export declare const withInitialValue: (initialValue: I) => ToInitializedOperator;