/** * 濁点を追加する * * @since 1.1.0 * @param str 対象の文字列 */ export default function (str: string): string; //# sourceMappingURL=addVoicedMarks.d.ts.map