/** * PEAC Samples CLI Commands (v0.10.8+) * * Commands for working with sample records: * - list: List available sample records * - generate: Generate sample records for testing * - show: Show details of a specific sample * * Uses specs/conformance/samples/ as canonical source when available, * falls back to embedded samples when running outside the repo. * * @packageDocumentation */ import { Command } from 'commander'; declare const samples: Command; export { samples }; //# sourceMappingURL=samples.d.ts.map