import { SelectionReference } from './internal';
export declare class SelectionIndividualReference extends SelectionReference {
    getIndividualRecord(): import("./SelectionIndividualRecord").SelectionIndividualRecord;
}
