export type { ITSArrayListMaybeReadonly as IArrayOrReadonly } from 'ts-type';
/**
 * [清音, 濁音, 半濁音]
 */
export type ITableVoiceValues = readonly [string, string, string?];
