import SimpleWebTable from "../class/SimpleWebTable.js"; export default function getQuantile(simpleWebTable: SimpleWebTable, column: string, quantile: number, options?: { decimals?: number; }): Promise;