import { GraphType } from "./types"; import { InteractOptions } from "./util/createInteractOptions"; /** * Set the graphs that should be written to * @param graphs The graphs that should be written to * @returns a write builder */ export declare function write(...graphs: GraphType[]): InteractOptions;