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