AppIdentity: {
    isAppIdentity(props: any): props is AppIdentity;
    suffixText(appIdentity: AppIdentity, text: string): string;
    taggedConstruct<T>(appIdentity: AppIdentity, construct: T): T;
}