import { HttpError } from "@leyyo/common"; /** * Http 450 Blocked by Windows Parental Controls * * An unofficial client error specific to Microsoft and returned by the server to indicate that the parental controls are turned on and are blocking access to the requested resource. * */ export declare class BlockedByWindowsParentalControlsError extends HttpError { }