import { FeaturesType } from "@rcsb/rcsb-api-tools/lib/RcsbGraphQL/Types/Borrego/GqlTypes";
declare const ExtendedTypes: {
    BurialFraction: FeaturesType;
    BuriedResidues: FeaturesType;
};
type MergedType = typeof FeaturesType & typeof ExtendedTypes;
declare const MergedType: MergedType;
type FeatureType = typeof MergedType;
export declare const FeatureType: FeatureType;
export {};
