import type { WhitelistEntry } from '@mmnto/totem'; /** * The DI'd whitelist for the core eligibility predicate. Returns the FULL table * (the predicate does the exactly-one `(engine, structuralClass)` match across * it) — never pre-filtered by class, so cross-engine ambiguity stays detectable. * A thin function (not a bare export) so a future data-driven source — strategy's * cert-#1 set loaded from a file — drops in here without touching callers. */ export declare function authoredWhitelist(): readonly WhitelistEntry[]; //# sourceMappingURL=authored-whitelist.d.ts.map