export declare const ASPECT: unique symbol;
/**
 * Decorator to apply to providers that implements LazyDecorator.
 * @see LazyDecorator
 */
export declare function Aspect(metadataKey: string | symbol): <TFunction extends Function, Y>(target: TFunction | object, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor<Y>) => void;
//# sourceMappingURL=aspect.d.ts.map