declare const getObjectValue: (object: object, ...args: string[]) => any;
export default getObjectValue;
