export declare const enum ValueRomanizationMethod {
    Pinyin = "pinyin",
    Romaji = "romaji",
    Wadegiles = "wadegiles"
}
