@salesforce/packaging
    Preparing search index...
    type AncestryRepresentationProducer = {
        label: string;
        options?: AncestryRepresentationProducerOptions;
        addNode(node: AncestryRepresentationProducer): void;
        produce(): string | void | PackageAncestryNodeData;
    }

    Implemented by

    Index
    label: string