declare function isPosixBracket(str: string): boolean; export = isPosixBracket;