export declare function median(numbers: number[], isAlreadySorted?: boolean): number;
//# sourceMappingURL=median.d.ts.map