import { App } from './apps-data.mjs'; export { AppLinkKey, apps } from './apps-data.mjs'; declare const useApps: () => App[]; declare const appsPromise: (signal?: AbortSignal) => Promise; export { App, appsPromise, useApps };