import { Decorator } from '../support_decorators/decorator.js'; export default class Locked extends Decorator { name: string; constructor(name: string); update(propertyName: string, __fullPath?: string, _newValue?: unknown): Promise; }