import { IObject } from 'herb-build-shared'; declare const Ta: any; export declare class Tracert extends Ta { private $GitInfos; private $EnvInfos; private $PkgInfos; constructor(); static getPkgInfo(root?: string): Promise<{}>; static getEnvInfo(packages?: string[]): Promise; static getGitInfo(): Promise<{ user: { name: string; email: string; }; repo: string; }>; private genBaseParams; private sendLog; logPv(opt?: IObject): Promise; click(id: string, opt?: IObject): Promise; expo(id: string, opt?: IObject): Promise; } export {}; //# sourceMappingURL=tracert.d.ts.map