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