/** * Information about your app. */ export declare type AppInfo = { name: string; creator: string; };