export declare const getObjectPropertyValue: (object: object, keys?: string | string[]) => any; export default getObjectPropertyValue;