export interface DeepReviewCliOutput { readonly stdout: (text: string) => void; readonly stderr: (text: string) => void; } export declare function deepReviewUsage(commandName: string): string; export declare function runDeepReviewCli(cliArgs: readonly string[], commandName: string, output?: DeepReviewCliOutput): Promise; //# sourceMappingURL=deep-review-command.d.ts.map