import type { NotionPropertyParsers, NotionPropertyRollupValue, NotionPropertyValue } from "../../types/index.js"; export declare function parseProp(prop: NotionPropertyValue | NotionPropertyRollupValue, parsers?: NotionPropertyParsers): any;