import { type JSONPath, type ModificationOptions } from "jsonc-parser"; export declare function modifyJsonc(text: string, path: JSONPath, value: any, options?: ModificationOptions): string;