import { SelectionAny } from './internal';
export declare class SelectionReferenceNumber extends SelectionAny {
    getType(): SelectionAny;
}
