import { HttpStatusError } from './http-status-error.js'; declare class ForbiddenError extends HttpStatusError { constructor(message: string); } export { ForbiddenError };