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