import { Command } from './interfaces';
export declare function createRotatePassphraseCommand(cliName: string): Command;
