import type { Producer } from './types'; export declare function wrapError(error: unknown, generator: Producer): Error;