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