/** * Response commands: response, validate, profiles, anonymize * * Commands for generating reviewer responses and validating manuscripts. */ import type { Command } from 'commander'; /** * Register response commands with the program */ export declare function register(program: Command): void; //# sourceMappingURL=response.d.ts.map