import type { PromiseWithPendingState } from "../../factory/types"; export declare const isPromiseWithPendingState: >(value: T) => value is PromiseWithPendingState;