import { type CommandSpec } from "../internals/plan.js"; /** Hard ceiling for one typed Strix evidence document (bounded schema permits large location sets). */ export declare const MAX_STRIX_SECURITY_EVIDENCE_BYTES: number; export declare function isSafeStrixSecurityEvidenceFilename(name: string): boolean; export declare const evidenceBuildCommand: CommandSpec;