import { ReactiveEngine } from "../ReactiveEngine"; export declare function createSetter(engine: ReactiveEngine): (target: any, p: any, newValue: any, receiver: any) => boolean;