import { Command } from 'commander';
import { SuggestTestOptions, SuggestTestResult } from '../types/suggest-test.js';
export declare class SuggestTestCommand {
    static execute(fromSymbol: string, options: SuggestTestOptions): Promise<SuggestTestResult>;
    private static generateTestPrompt;
    private static writeOutput;
}
export declare function registerSuggestTestCommand(program: Command): void;
//# sourceMappingURL=suggest-test.d.ts.map