import { Exception } from "@nivinjoseph/n-exception"; export declare class HttpRedirectException extends Exception { private readonly _url; get url(): string; constructor(url: string); } //# sourceMappingURL=http-redirect-exception.d.ts.map