/** * Get Z-score for a given confidence level (standard normal distribution) */ export declare function getZScore(confidenceLevel: number): number;