interface AppAware { getAppId(): string; } declare const currentAppId: () => string; export { currentAppId }; export type { AppAware }; //# sourceMappingURL=AppAware.d.ts.map