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