import { SelectionRomanizationMethod, SelectionAny } from './internal';
export declare class SelectionRomanization extends SelectionAny {
    getMethod(): SelectionRomanizationMethod;
}
