/** * @farm.js/core type declarations * * This file provides ambient type declarations for the Farm.js framework. * Types are automatically available when you install @farm.js/core. * * Usage: * ```ts * import { middleware, MiddlewareContext, NextFunction } from '@farm.js/core/middleware'; * import { endpoint, EndpointContext } from '@farm.js/core/api'; * ``` */ /// /// export {};