import { OperatorFunction } from "rxjs"; import { SUSPENSE } from "@react-rxjs/core"; /** * A RxJS pipeable operator that prepends a SUSPENSE on the source observable. */ export declare const suspended: () => OperatorFunction;