declare const flattenNames: (things?: any[]) => any[];
export default flattenNames;
