/** * Standard forbidden error thrown when a CSRF attack is detected * or tokens mismatch. */ export declare class CsrfForbiddenError extends Error { /** The HTTP status code indicating the error. Always 403. */ status: number; constructor(message?: string); } //# sourceMappingURL=errors.d.ts.map