export default function createProxyGetter(target: any, valueHandler: (value: any, prop: any) => any): any;