export class JapaneseDBTool { /** * @param {Object} sources * @param {string} targetPath * @returns {Promise} */ static buildSqlite(sources: { [x: string]: string; }, targetPath: string): Promise; } export type DictIndexRow = import("./types/japanesedb").DictIndexRow; export type KanjiAliveRow = import("./types/japanesedb").KanjiAliveRow;