import type { Command } from 'commander'; /** Registers the `export` command — downloads a dossier and saves it to a local file. */ export declare function registerExportCommand(program: Command): void; //# sourceMappingURL=export.d.ts.map