import type { Browser } from "puppeteer"; export declare function getKana(browser: Browser, text: string): Promise;