import { HttpError } from "@leyyo/common"; /** * Http 419 Page Expired * * An unofficial client error that is Laravel-specific and returned by the server to indicate that the Cross-Site Request Forgery (CSRF) validation has failed. * */ export declare class PageExpiredError extends HttpError { }