/** * ひらがな * * [ぁ-ゖゝ-ゟ] * */ export declare const HIRAGANA_CHARS = "\u3041-\u3096\u309D-\u309F"; //# sourceMappingURL=HIRAGANA_CHARS.d.ts.map