import { HttpError } from "@leyyo/common"; /** * Http 511 Network Authentication Required * * Indicates that the client needs to authenticate to gain network access. * */ export declare class NetworkAuthenticationRequiredError extends HttpError { }