import type { AdGetParams, AdGetResponse } from "../types/ads.ts"; export declare function createAds(opts: { accessToken: string; advertiserId: string; }): { /** Get ads */ getAd(params: AdGetParams): Promise; }; //# sourceMappingURL=ads.d.ts.map