import type { DetectedAuth } from '../../schemas/config.schema.js'; import type { Gap } from '../../schemas/gap-analysis.schema.js'; export declare function analyzeAuthSurfaceGaps(url: string, detection: DetectedAuth, timeoutMs: number): Promise; //# sourceMappingURL=surface.d.ts.map