import { z } from 'zod'; /** Host-selected search exclusion, never an authorization rule or inferred provenance. */ export declare const evidenceExclusionsSchema: z.ZodEffects>, string[], string[] | undefined>; export declare function evidenceExclusionsKey(names: readonly string[], excludeDerivedSummaries?: boolean): string | undefined; export declare function excludesSuccessfulTool(entry: { toolName?: string; isError?: boolean; }, names: readonly string[]): boolean; //# sourceMappingURL=selection.d.ts.map