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