/**
 * Page Metadata Flow — navigate to a Facebook page and collect metadata +
 * transparency information via intercepted GraphQL responses.
 */
import type { BrowserContext } from '../cdp.js';
import type { NetworkInterceptor } from '../network.js';
import type { FbPageData } from '../../../types.js';
/**
 * Navigate to a Facebook page and collect metadata + transparency data.
 *
 * Listens to intercepted GraphQL responses and attempts to trigger the
 * "About" / "Transparency" section to capture additional data.
 */
export declare function collectPageMetadata(ctx: BrowserContext, pageUrl: string, interceptor: NetworkInterceptor): Promise<FbPageData | null>;
//# sourceMappingURL=page-meta.d.ts.map