declare const flattenObject: (object: Record<string, any>) => string;
export default flattenObject;
