import type { Command } from 'commander'; /** Registers the `pull` command — downloads dossiers from the registry to local cache. */ export declare function registerPullCommand(program: Command): void; //# sourceMappingURL=pull.d.ts.map