import type { AgentGuidanceTargetSnapshot } from './agent-guidance.js'; import type { InitAuthoredSnapshotRecord } from './init-authored-plan-types.js'; export declare function decodeSnapshotUtf8(record: InitAuthoredSnapshotRecord, field: string): string; export declare function buildGuidanceSnapshots(preimages: ReadonlyMap): readonly AgentGuidanceTargetSnapshot[]; export declare function validateAuthoredSnapshot(records: readonly InitAuthoredSnapshotRecord[]): ReadonlyMap; //# sourceMappingURL=init-authored-plan-snapshot-validation.d.ts.map