/** * An ad set is a group of ads that share the same daily or lifetime budget, schedule, bid type, bid info, and targeting * data. Ad sets enable you to group ads according to your criteria, and you can retrieve the ad-related statistics that * apply to a set. */ export declare const AdCampaignType: import("../utils/schema").SchemaObjectType<{ /** * Ad set ID */ id: { type: "String"; core: true; }; accountId: { type: "String"; }; }>;