export declare const humanize: (name: string) => string;
export declare const getQuartile: (data: number[]) => number[];
