import { EndpointMetadata } from "../../mvc";
import type { PlatformContext } from "../domain/PlatformContext";
/**
 * @ignore
 */
export declare function bindEndpointMiddleware(endpoint: EndpointMetadata): (ctx: PlatformContext) => void;
