export declare const flattenObjectKeys: (obj: any, prefix?: string) => {
    [x: string]: any;
};
//# sourceMappingURL=index.d.ts.map