import type { EntryRecord } from './entries.js'; export declare const CURATOR_DRAFT_VERSION: "deterministic-v1"; export declare const CURATOR_MEMORY_ACTOR: "kiokuko-curator"; type CuratorTrustInput = Pick; /** Identify a current Curator projection whose provenance and lifecycle are system-verified. */ export declare function isTrustedCuratorGlobalMemory(entry: CuratorTrustInput): boolean; export declare function isCuratorManagedGlobalMemory(entry: CuratorTrustInput): boolean; export {}; //# sourceMappingURL=curator-trust.d.ts.map