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