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