/** * Contains basic information about the running application. */ export declare type ApplicationInfo = { name: string; version: string; };