import { Operator } from './types'; export declare function startWith(value: T): Operator;