/**
 * Opinionated enumeration of common non-standard Gedcom tags.
 */
export declare const enum TagNonStandard {
    CharacterAlt = "CHARACTER"
}
