export abstract class AppIdService { abstract getAppId(): Promise; abstract getAnonymousAppId(): Promise; }