declare const getObjectProperties: (object: any, path: string, unflatten?: boolean) => any;
export default getObjectProperties;
