export declare type PortfolioRemoveItemRequest = { /** * The item to remove from the portfolio. */ item: string; };