import { CustomAuthError } from "./CustomAuthError.js";
export declare class ParsedUrlError extends CustomAuthError {
    constructor(error: string, message: string, correlationId?: string);
}
//# sourceMappingURL=ParsedUrlError.d.ts.map