export declare function hangulReplace(text: string, callback: (s: string) => string): string; export default hangulReplace;