/** * * @param string * @returns */ declare const isSpecial: (str: string, len?: number) => boolean; export default isSpecial;