import { CharTable } from "./characterTables";
export declare function transliterate(src: string, characterTables: CharTable[]): string;
