import { EGSGraphResult } from '../../../ExoGraphSchema/accessories/ExoGraphSchemaTypes'; export declare const egcFormatResultKey: (name: string) => string; export declare const egcGetResultKey: (graph: EGSGraphResult) => string | null;