/**
 * Extract Facebook Page metadata from GraphQL JSON responses.
 */
import type { FbPageData } from "../../../types.js";
export declare function extractPageData(body: Record<string, unknown>): Partial<FbPageData> | null;
//# sourceMappingURL=page.d.ts.map