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