export declare const handleErrorAndRedirectToErrorPage: (statusCode: number) => { redirect: { permanent: boolean; destination: string; }; };