/**
 * @module Middleware
 */
import { type Enhance, type Use } from "../../../middleware/contracts/_module.js";
/**
 * IMPORT_PATH: `@daiso-tech/core/middleware`
 * @group Implementations
 */
export declare function enhanceFactory(use: Use): Enhance;
