import { SelectionDatePeriod, SelectionMetaEvent, SelectionPlace } from './internal';
export declare class SelectionEventsRecorded extends SelectionMetaEvent {
    getPlace(): SelectionPlace;
    getDatePeriod(): SelectionDatePeriod;
}
