declare function flattenObject(obj: any, delimiter?: string): Record<string, any>;
export { flattenObject };
