import { BindingType } from "./binding-type"; export declare function bindingDecorator(bindingType: BindingType, propertyKey?: string): ParameterDecorator;