export default function flattenObjectToDotNotation(context: string | null, obj: {}): { [field: string]: any; };