export { fillTemplate, type FillOptions, type FillResult } from './core/engine.js'; export { humanizeDocx, humanizeDocxBuffer, loadHumanizeContext, prettifyTemplateXml, type HumanizeContext, type HumanizeOptions, } from './core/humanize-docx.js'; export { loadMetadata, validateMetadata, loadRecipeMetadata, validateRecipeMetadata, loadCleanConfig, TemplateMetadataSchema, RecipeMetadataSchema, CleanConfigSchema, LicenseEnum, FieldDefinitionSchema, type TemplateMetadata, type RecipeMetadata, type CleanConfig, type FieldDefinition, type License, } from './core/metadata.js'; export { runExternalFill, type ExternalFillOptions, type ExternalFillResult, } from './core/external/index.js'; export { loadExternalMetadata, validateExternalMetadata, ExternalMetadataSchema, type ExternalMetadata, } from './core/metadata.js'; export { validateTemplate, type TemplateValidationResult } from './core/validation/template.js'; export { validateLicense, type LicenseValidationResult } from './core/validation/license.js'; export { validateOutput, type OutputValidationResult } from './core/validation/output.js'; export { validateRecipe, type RecipeValidationResult } from './core/validation/recipe.js'; export { validateExternal, type ExternalValidationResult } from './core/validation/external.js'; export { assessScanMetadataCoverage, type ScanMetadataCoverageInput, type ScanMetadataCoverageReport, } from './core/validation/scan-metadata.js'; export { runRecipe, cleanDocument, patchDocument, verifyOutput, ensureSourceDocx, checkRecipeSourceDrift, computeSourceStructureSignature, type RecipeRunOptions, type RecipeRunResult, type VerifyResult, type VerifyCheck, } from './core/recipe/index.js'; export { buildChecklistTemplateContext, ClosingChecklistSchema, ChecklistPatchEnvelopeSchema, ChecklistPatchApplyRequestSchema, ChecklistPatchOperationSchema, PatchCitationSchema, ChecklistPatchModeEnum, JsonPointerSchema, CHECKLIST_PATCH_VALIDATION_TTL_MS, applyChecklistPatchOperations, computeChecklistPatchHash, validateChecklistPatch, getChecklistPatchValidationArtifact, setChecklistPatchValidationStore, getChecklistPatchValidationStore, applyChecklistPatch, setChecklistAppliedPatchStore, getChecklistAppliedPatchStore, setChecklistProposedPatchStore, getChecklistProposedPatchStore, type ClosingChecklist, type ChecklistPatchEnvelope, type ChecklistPatchApplyRequest, type ChecklistPatchOperation, type PatchCitation, type ChecklistPatchMode, type JsonPointer, type ChecklistPatchValidationErrorCode, type ChecklistPatchValidationDiagnostic, type ResolvedChecklistPatchOperation, type ChecklistPatchValidationArtifact, type ChecklistPatchValidationStore, type ValidateChecklistPatchInput, type ChecklistPatchValidationSuccess, type ChecklistPatchValidationFailure, type ChecklistPatchValidationResult, type ChecklistAppliedPatchRecord, type ChecklistAppliedPatchStore, type ChecklistProposedPatchRecord, type ChecklistProposedPatchStore, type ChecklistPatchApplyErrorCode, type ChecklistPatchApplyFailure, type ChecklistPatchApplySuccess, type ChecklistPatchApplyResult, type ApplyChecklistPatchInput, reverseHumanStatus, REVERSE_STATUS_LABELS, classifyRow, findTableByHeaders, isControlRow, extractRenderVersion, DOCUMENTS_HEADERS, ACTION_ITEMS_HEADERS, ISSUES_HEADERS, RENDER_VERSION_MARKER, type RowType, type TemplateDocumentRow, type TemplateActionRow, type TemplateIssueRow, type ChecklistTemplateContext, importChecklistFromDocx, type DocxImportOptions, type DocxImportWarning, type DocxImportWarningCode, type DocxImportSummary, type DocxImportResult, type DocxImportFailure, type DocxImportErrorCode, type DocxImportOutcome, } from './core/checklist/index.js'; export { ChecklistStageEnum, ChecklistEntryStatusEnum, SignatoryStatusEnum, ChecklistItemStatusEnum, IssueStatusEnum, ResponsibilitySchema, CitationSchema, SignatureArtifactSchema, SignatorySchema, ChecklistDocumentSchema, ChecklistEntrySchema, ActionItemSchema, IssueSchema, type ChecklistStage, type ChecklistEntryStatus, type SignatoryStatus, type ChecklistItemStatus, type IssueStatus, type Responsibility, type Citation, type SignatureArtifact, type Signatory, type ChecklistDocument, type ChecklistEntry, type ActionItem, type Issue, } from './core/checklist/schemas.js'; export { listTemplateItems, type TemplateListItem, type TemplateListField, } from './core/template-listing.js'; export { listTemplateEntries, findTemplateDir, type ContentEntry } from './utils/paths.js'; export type { ToolCommandAdapter } from './core/command-generation/types.js'; export { ClaudeCodeAdapter } from './core/command-generation/adapters/claude.js'; //# sourceMappingURL=index.d.ts.map