import type * as Square from "../../api/index"; import * as core from "../../core"; import * as serializers from "../index"; export declare const IncludedResources: core.serialization.ObjectSchema; export declare namespace IncludedResources { interface Raw { nested_modifiers?: (serializers.CatalogObject.Raw[] | null | undefined) | null; ancestor_modifiers?: (serializers.CatalogObject.Raw[] | null | undefined) | null; } }