export declare const DEFAULT_SEMANTIC_VERIFIER_TIMEOUT_MS: number; /** * Keep semantic verification independent from long-running build/check timeouts. * * The core verifier still accepts an explicit plugin option and the existing * OPENCODE_GOAL_VERIFIER_TIMEOUT_MS environment override. We inject a more * realistic default only when neither override is configured. */ export declare function applySemanticVerifierTimeoutDefault(options: T): T; //# sourceMappingURL=verifier-defaults.d.ts.map