import type { AutomationSurface } from "./qa-evidence-validation.js"; import type { EvidenceInput } from "./types.js"; export declare function evidenceInputGaps(surface: AutomationSurface, input: EvidenceInput): string[]; export declare function evidenceAssertionGaps(surface: AutomationSurface, assertions: string | undefined): string[]; export declare function integrationExternalGaps(surface: AutomationSurface, externalValidation: string | undefined, deferredOwner: string | undefined, deferredRationale: string | undefined, deferredEnvironment: string | undefined, deferredNextCommand: string | undefined, assertions?: string): string[];