import { OperatorFunction } from "rxjs"; /** if a synchronous value is not emitted, default is emitted */ export declare function withImmediateValueOrDefault(defaultValue: Default): OperatorFunction;