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: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor<Y> | undefined) => void;
//# sourceMappingURL=aspect.d.ts.map