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

export default logit;
