import { type Pipe } from '@inversifyjs/framework-core'; import { type ServiceIdentifier } from 'inversify'; import { type CustomNativeParameterDecoratorHandler } from '../models/CustomNativeParameterDecoratorHandler.js'; export declare function createCustomNativeParameterDecorator(handler: CustomNativeParameterDecoratorHandler, ...parameterPipeList: (ServiceIdentifier | Pipe)[]): ParameterDecorator; //# sourceMappingURL=createCustomNativeParameterDecorator.d.ts.map