import { Target } from "../proxyObserve"; export declare const proxyHandlerMap: { get(target: Target, prop: any): any; };