/** * `gloperate.branch` provides the git revision branch at build-time. */ export declare const branch: string | undefined; /** * `gloperate.commit` provides the git revision commit at build-time. */ export declare const commit: string | undefined; /** * `gloperate.version` provides the git revision version at build-time. */ export declare const version: string | undefined;