/** * Try to forward as much as possible - but have to correctly handle * non-configurable properties of `target` */ export declare function forwardGetOwnPropertyDescriptor(forwardTo: object, target: object, property: string | symbol): PropertyDescriptor | undefined; /** * Try to forward as much as possible - but have to correctly handle * non-configurable properties of `target` */ export declare function forwardOwnKeys(forwardTo: object, target: object): (string | symbol)[]; //# sourceMappingURL=forward.d.ts.map