import type { Command } from 'commander'; /** Registers the `list` command — lists dossiers from registry, directory, or GitHub repo. */ export declare function registerListCommand(program: Command): void; //# sourceMappingURL=list.d.ts.map