export const V0823_ACCEPTANCE_SCHEMA_VERSION: "consumer-authority-v0823-acceptance.1" export class V0823AcceptanceManifestError extends Error { readonly code: "v0823-acceptance-schema" } export type V0823AcceptanceManifest = Readonly> & Readonly<{ readonly authority: Readonly<{ readonly readOnlyVerify: Readonly<{ readonly archiveInput: Readonly<{ readonly ancestorDirectoryChurn: string readonly arbitrarySymlinkAncestorOrLeaf: string readonly darwinSystemTemporaryAlias: string readonly directParentIntegrity: string readonly nonDarwin: string }> readonly artifactDigestInput: string readonly command: string readonly noCredentialFetchStoreConsumeFinishReplay: boolean readonly schemaVersion: string }> }> readonly package: Readonly<{ readonly channel: string readonly scope: string readonly version: string }> readonly initialization: Readonly<{ readonly packageTemplateIdentity: string readonly repairStaging: string }> readonly projectFinishSourceIdentity: Readonly<{ readonly adoptedInstructionPolicy: string readonly repairInferenceObservations: string }> }> export function canonicalV0823AcceptanceManifest(): V0823AcceptanceManifest export function readV0823AcceptanceManifest(packageRoot: string): V0823AcceptanceManifest export function parseV0823AcceptanceManifest(value: unknown, packageVersion: string): V0823AcceptanceManifest