declare const isTTL: (str: any, min?: number, max?: number) => boolean; export default isTTL;