import { Syllable } from "hangulx";
export interface CharacterMeta {
    charCode?: number;
    syllablePosition?: Syllable.Position;
}
