export declare const maxProfit: (prices: number[]) => number;