import type { PdfBlockObject } from "../../../../types/notion/block/pdf.js";
import type { Client } from "@notionhq/client";
import type { PdfBlockObjectResponse } from "@notionhq/client/build/src/api-endpoints.js";
export declare const convertPdfResponseToBlock: (block: PdfBlockObjectResponse, client: Client) => Promise<PdfBlockObject>;
//# sourceMappingURL=pdf.d.ts.map