import { type ReactiveElement } from 'lit'; import { type Controller } from '../Controller/Controller.js'; import { type UpdatedCallback } from './UpdatedController.js'; export declare const updated: (callback: UpdatedCallback) => (prototype: ReactiveElement | Controller, propertyKey: PropertyKey) => void; //# sourceMappingURL=updated.d.ts.map