import { ObjectOf } from 'tn-typescript'; import { ExoResultClass } from '../../ExoResult/ExoResult'; import { ExoLogErr } from '../../accessories/ExoLogErr'; import { ExoArgClass } from '../ExoArg/ExoArg'; export declare const exoGraphErrors: { methodless: (name: string) => void; serveless: (name: string) => void; explicitType: (field: string, name: string, trace: string[], extendtype?: boolean) => ExoLogErr; sameNameResult: (graphname: string, clsname: string, clss: ObjectOf) => ExoLogErr; sameNameArg: (graphname: string, argname: string, clss: ObjectOf) => ExoLogErr; };