export declare function handleISRError({ error }: {
    error: any;
}): void;
