import { ExoLogErr } from '../../accessories/ExoLogErr'; export declare const exoGraphsPluginErrors: { dupGraph: (name: string) => ExoLogErr; schemaBuildError: (error: any) => ExoLogErr; };