/**
 * Ad Library Flow — navigate to Facebook's Ad Library for a page and
 * scrape all available ad creatives and metadata.
 */
import type { BrowserContext } from '../cdp.js';
import type { NetworkInterceptor } from '../network.js';
import type { FbAdData } from '../../../types.js';
/**
 * Navigate to the Ad Library for a given page and collect all ads.
 */
export declare function collectAds(ctx: BrowserContext, interceptor: NetworkInterceptor, pageId: string): Promise<FbAdData[]>;
//# sourceMappingURL=ad-library.d.ts.map