export declare const enum ValuePhonetizationMethod {
    Hangul = "Hangul",
    Kana = "kana"
}
