import { type AuthExploration } from '../../schemas/config.schema.js'; import type { AnalyzeProgressSink } from '../../harness/progress-log.js'; export declare function exploreAuth(url: string, timeoutMs?: number, progress?: AnalyzeProgressSink): Promise; //# sourceMappingURL=explore.d.ts.map