import { IndexedFormula, NamedNode } from "rdflib"; import { UpdateOperation } from "@solid-data-modules/rdflib-utils"; export declare function updatePhoneNumber(phoneNumberNode: NamedNode, newPhoneNumber: string, store: IndexedFormula): UpdateOperation;