import type { GlobalConfig } from '../types'; export declare const mergeGlobalConfig: (config: GlobalConfig) => GlobalConfig; export declare function mergeGraphOptions(...options: Record[]): { [x: string]: any; };