declare const someOf: (itemList: string[], min: number, max: number, stringify?: boolean) => string | string[]; export default someOf;