declare const pick: (value: string, min?: number, max?: number) => string;
export default pick;
