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