export declare function flatObject<E>(obj: E, pre?: string): E;
export declare function unflatObjects<T>(objects: T[]): T[];
