import { ReactiveElement } from 'lit'; import { Interface } from './base.ts'; /** * Decorator that overrides the underlying getter of the accessor. */ export declare const getOverride: , V>(callback: (instance: C, innerValue: V) => V) => (target: ClassAccessorDecoratorTarget, context: ClassAccessorDecoratorContext) => any; //# sourceMappingURL=get-override.d.ts.map