import { type ReplacementMap } from '../types.js';
declare const greekToPhoneticLatinMap: ReplacementMap[];
export default greekToPhoneticLatinMap;
