import { Handler, HTTPMethod, ParameterMappings, ResponsePostProcessor } from "../../../types.js"; export declare const create: (method: HTTPMethod, path: string, parameterMappings?: ParameterMappings, responsePostProcessor?: ResponsePostProcessor) => Handler;