import { GraphOptions } from '.' import { Graph } from './graph' export declare function post_process_graph(options: GraphOptions, g: Graph): void