/** * DOI commands: doi, orcid * * Commands for DOI validation, fetching, and ORCID profile lookup. */ import type { Command } from 'commander'; /** * Register DOI commands with the program */ export declare function register(program: Command): void; //# sourceMappingURL=doi.d.ts.map