/**
 * Check if a character is Thai
 * @param c - input unicode character
 * @returns - true if the character is Thai
 */
export declare function isThai(c: number): boolean;
//# sourceMappingURL=thai.d.ts.map