type FlatObject = Record; export declare function arrayifyToFlatObjects(input: any): FlatObject[] | undefined; export {};