import { HttpError } from "@leyyo/common"; /** * Http 404 Not Found * * The requested resource could not be found but may be available in the future. Subsequent requests by the client are permissible. * */ export declare class NotFoundError extends HttpError { }