/** * Same as Reflect.get * * @param target * @param propertyKey */ export declare const get: (target: object, propertyKey: PropertyKey) => T;