import { SelectionAny } from './internal';
export declare class SelectionGedcomForm extends SelectionAny {
    getVersion(): SelectionAny;
    getName(): SelectionAny;
}
