export declare const median: (data: number[]) => number;
