import { HttpError } from "@leyyo/common"; /** * Http 410 Gone * * Indicates that the resource requested was previously in use but is no longer available and will not be available again * */ export declare class GoneError extends HttpError { }