import { BaseCommandTest } from './base-command-test.js';
export declare class ConsensusNodeAddTest extends BaseCommandTest {
    static soloConsensusNodeAddPrepareArgv(deployment: string, outputDirectory: string, cacheDirectory: string, options: {
        persistentVolumeClaims?: boolean;
        generateGossipKeys?: boolean;
        generateTlsKeys?: boolean;
    }): string[];
    static soloConsensusNodeAddSubmitArgv(deployment: string, inputDirectory: string): string[];
    static soloConsensusNodeAddExecuteArgv(deployment: string, inputDirectory: string, cacheDirectory: string): string[];
}
