UNPKG

read-gedcom

Version:
7 lines (6 loc) 393 B
import { SelectionAny } from './internal'; declare const SelectionAssociation_base: typeof SelectionAny & import("../meta").AnyConstructor<import("./mixin").SelectionWithSourceCitationMixin> & import("../meta").AnyConstructor<import("./mixin").SelectionWithNoteMixin>; export declare class SelectionAssociation extends SelectionAssociation_base { getRelation(): SelectionAny; } export {};