/** Returns whether the payload is an Error */
export declare function isError(payload: unknown): payload is Error;