import { EGCMainArg } from './egcCreateArgs'; export declare const egcUniqMainArgs: (argsall: EGCMainArg[]) => { args: EGCMainArg[]; errs: string; };