import { type CustomParameterDecoratorHandlerOptions } from './CustomParameterDecoratorHandlerOptions.js'; export type CustomParameterDecoratorHandler = (request: TRequest, response: TResponse, options: CustomParameterDecoratorHandlerOptions) => Promise | TResult; //# sourceMappingURL=CustomParameterDecoratorHandler.d.ts.map