export declare function quantiles(data: unknown, n?: number, method?: 'exclusive' | 'inclusive'): number[];