/** * Standard deviation (classic volatility) */ export declare function calculateStandardDeviation(returns: number[]): number;