/**
 * Display the current portfolio with latest prices
 */
export declare function displayPortfolio(annualGrowthRate: string, skipPrediction: boolean): Promise<void>;
