#!/usr/bin/env node /** Parse the full CLI token; partial numeric prefixes are never accepted. */ export declare function parsePositiveInteger(value: string): number | undefined; /** Run without process.exit so CLI validation remains unit-testable. */ export declare function runBackupPruneCli(argv?: readonly string[]): number; //# sourceMappingURL=backup-prune-runner.d.ts.map