export declare function assertIsPromiseFulfilledResult(input: unknown, error?: string | Error): asserts input is PromiseFulfilledResult;