import type { AdgroupQuotaParams, AdgroupQuotaResponse } from "../types/ad-groups.ts"; export declare function createAdGroups(opts: { accessToken: string; advertiserId: string; }): { /** Get the dynamic quota on active ad groups */ adgroupQuota(params: AdgroupQuotaParams): Promise; }; //# sourceMappingURL=ad-groups.d.ts.map