import { type RedirectError } from './redirect'; export declare function getRedirectStatusCodeFromError(error: RedirectError): number;