/** * @module apimachinery/version * @internal */ /** * Info contains versioning information. how we'll want to distribute that information. */ export declare interface Info { buildDate: string; compiler: string; gitCommit: string; gitTreeState: string; gitVersion: string; goVersion: string; major: string; minor: string; platform: string; }