/** Useful traceability information */ export declare const CliInfo: { package: string; version: string; hash: string; buildId?: string; }; /** ISO date of when this command was run */ export declare const CliDate: string; /** Unique Id for this instance of the cli being run */ export declare const CliId: string;