export declare const romanizeGreek: (input: string, omitDiacritics?: boolean) => string;
