import { OperatorFunction, SchedulerLike, ValueFromArray } from '../types'; export declare function startWith(value: null): OperatorFunction; export declare function startWith(value: undefined): OperatorFunction; /** @deprecated The `scheduler` parameter will be removed in v8. Use `scheduled` and `concatAll`. Details: https://rxjs.dev/deprecations/scheduler-argument */ export declare function startWith(...valuesAndScheduler: [...A, SchedulerLike]): OperatorFunction>; export declare function startWith(...values: A): OperatorFunction>; //# sourceMappingURL=startWith.d.ts.map