/** * AccountIds under `accountsDir` that hold a live (non-expired) Outlook device-code * pending entry. Used by the server-spawned completion dispatcher to find the * accounts it must poll to a terminal outcome. * * An entry that is absent, expired (`expiresAtMs < nowMs`), or unreadable is * skipped rather than thrown — one corrupt account must never blind the * dispatcher to every other live sign-in. */ export declare function listAccountsWithLivePending(accountsDir: string, nowMs: number): string[]; //# sourceMappingURL=pending-scan.d.ts.map