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

Type declaration