import type { FormulaPropertyItemObject } from "../../../../types/notion/property/formula.js";
import type { Client } from "@notionhq/client";
import type { FormulaPropertyItemObjectResponse } from "@notionhq/client/build/src/api-endpoints.js";
export declare const convertResponseToFormulaPropertyItem: (property: FormulaPropertyItemObjectResponse, client: Client) => FormulaPropertyItemObject;
//# sourceMappingURL=formula.d.ts.map