/**
 * Convert Khmer Uncode text to Limon encoding.
 * @param text Unicode text
 */
export declare function limon(text: string): string;