import { ReactiveEngine } from "../ReactiveEngine"; export declare function createOwn(engine: ReactiveEngine): (target: any) => (string | symbol)[]; export declare function createHas(engine: ReactiveEngine): (target: any, p: any) => boolean; export declare function createDelelte(engine: ReactiveEngine): (target: any, p: any) => boolean;