export declare function HandleISRError({ error }: {
    error: any;
}): null;
