import { SelectionReference } from './internal';
export declare class SelectionFamilyReference extends SelectionReference {
    getFamilyRecord(): import("./SelectionFamilyRecord").SelectionFamilyRecord;
}
