export declare const isPromiseFulfilledResult: import("../index.js").TypePredicateFn<{ status: "fulfilled"; value: unknown; }>;