export declare const autowiredParameterMetadataKey: unique symbol; /** * Runtime execution of the decorators * */ export declare function autowired(target: any, propertyName: string, descriptor: TypedPropertyDescriptor): void;