/**
 * https://simple-statistics.github.io/docs/#probit
 */
declare function probit(p: number): number;

export default probit;
