export interface AppIdService { getAppId(): Promise; getAnonymousAppId(): Promise; }