/** Related resources of requested `CatalogObject`s to include as part of the response. */ export declare const IncludeType: { readonly IncludeNestedModifiers: "INCLUDE_NESTED_MODIFIERS"; readonly IncludeAncestorModifiers: "INCLUDE_ANCESTOR_MODIFIERS"; }; export type IncludeType = (typeof IncludeType)[keyof typeof IncludeType];