/** imprecise but reasonably fast normsinv function */ export declare const InverseNormal: (q: number) => number;