@rcsb/rcsb-saguaro-3d
    Preparing search index...
    FlexibleAlignmentTrajectoryPresetProvider: TrajectoryHierarchyPresetProvider<
        AlignmentTrajectoryParamsType,
        | {
            model?: undefined;
            modelProperties?: undefined;
            representation?: undefined;
            structure?: undefined;
            structureProperties?: undefined;
        }
        | {
            model: StateObjectSelector<
                Model,
                Transformer<
                    StateObject<any, Type<any>>,
                    StateObject<any, Type<any>>,
                    any,
                >,
            >;
            modelProperties: StateObjectSelector<
                Model,
                Transformer<
                    StateObject<any, Type<any>>,
                    StateObject<any, Type<any>>,
                    any,
                >,
            >;
            representation:
                | undefined
                | { components?: undefined; representations?: undefined }
                | {
                    components: ComponentMapType;
                    representations: RepresentationMapType;
                };
            structure: StateObjectSelector<
                Structure,
                Transformer<
                    StateObject<any, Type<any>>,
                    StateObject<any, Type<any>>,
                    any,
                >,
            >;
            structureProperties: StateObjectSelector<
                Structure,
                Transformer<
                    StateObject<any, Type<any>>,
                    StateObject<any, Type<any>>,
                    any,
                >,
            >;
        },
    > = ...