declare class ProcessRerunError extends Error {
    constructor(type: any, message: any);
}
export { ProcessRerunError };
