declare function flatten = Record>(obj: T, prefix?: string): R; export { flatten }; //# sourceMappingURL=flatten.d.ts.map