export declare const flattenObjectValues: (obj: {
    [x: string]: any;
}) => string[];
