export declare const romanizeJapanese: (input: string) => Promise<any>;
