import { Command } from 'commander';
interface SuggestTestOptions {
    to: string;
    testFramework?: string;
    output?: string;
}
export declare class SuggestTestCommand {
    static register(program: Command): void;
    static execute(fromSymbol: string, options: SuggestTestOptions): Promise<void>;
    private static writeOutput;
}
export {};
//# sourceMappingURL=suggest-test.d.ts.map