import type { GraphNode } from "@ldobjects/rdf-utils"; import type { InteractOptions } from "./util/createInteractOptions"; export declare function write(...graphs: GraphNode[]): InteractOptions;