import { BaseCommandTest } from './base-command-test.js';
export declare class LedgerTest extends BaseCommandTest {
    static soloLedgerSystemInitArgv(deployment: string, nodeAliases: string, clusterReference: string): string[];
    static soloLedgerAccountCreateArgv(deployment: string): string[];
    static soloLedgerFileCreateArgv(deployment: string, filePath: string): string[];
    static soloLedgerFileUpdateArgv(deployment: string, fileId: string, filePath: string): string[];
}
