import type { SelectorListEntry } from '../liveness/selector-list-entry.js'; import type { IPolicyRule } from './policy-rule.js'; /** The AUTHORED policy rule (round 13): `files` takes a glob or `{ pattern, expectEmpty: true, reason? }`. */ export interface IPolicyRuleInput extends Omit { readonly files?: readonly SelectorListEntry[]; } //# sourceMappingURL=i-policy-rule-input.d.ts.map