/**
 * Creates a proxy for the given object that has its own property
 */
export default function isolateObjectProperty<T>(object: T, key: any): T;
//# sourceMappingURL=isolateObjectProperty.d.ts.map