declare const isPalindrome: (str: string) => boolean;
export default isPalindrome;
