import { Observable, OperatorFunction } from "rxjs"; export declare function concatIfEmpty(observable: Observable): OperatorFunction;