AncestryRepresentationProducer: {
    label: string;
    options?: AncestryRepresentationProducerOptions;
    addNode(node: AncestryRepresentationProducer): void;
    produce(): string | void | PackageAncestryNodeData;
}