import { Connection } from '@safecoin/web3.js';
export declare function handleAccountCommand(acc: string | undefined, includeTxs: boolean, save: boolean): Promise<{
    connection?: Connection | undefined;
    rendered: string;
    savedAccountPath?: string | undefined;
}>;
