import type { DataflowGraph } from '../../dataflow/graph/graph';
/** Returns the size of the given df graph in bytes (without sharing in-memory) */
export declare function getSizeOfDfGraph(df: DataflowGraph): number;
