#!/usr/bin/env node /** * CLI Tool for exporting system snapshot. * * Usage: * node export-snapshot-cli.js [--out ] [--delta] [--last-snapshot-hash ] */ declare function main(): Promise; export { main }; //# sourceMappingURL=export-snapshot-cli.d.ts.map