import { IValidatedWalletInfo, IWalletRecord } from "./utils/validate-wallet-storage";
export declare function resolveWalletAliasNew(walletInfo: IValidatedWalletInfo, alias: string | undefined, defaultValue: any): IWalletRecord;
export declare function handleResultLogging(result: any, showDonation?: boolean): void;
