import type { ConnectedApp } from "./types.js"; export declare function scheduleAppDetection(app: ConnectedApp): void; export declare function awaitAppDetection(app: ConnectedApp, timeoutMs: number): Promise; //# sourceMappingURL=appDetection.d.ts.map