import { Controller } from "./controller-types.js"; export declare const change: (controller: Controller | undefined, propertyName: string, newValue: any) => void; //# sourceMappingURL=change.d.ts.map