/**
 * https://simple-statistics.github.io/docs/#standardnormaltable
 */
declare const standardNormalTable: readonly number[];

export default standardNormalTable;
