export declare function heapSortSync(input: number[]): any;
export declare function heapSort(arr: number[], callback: (data: number) => void): any;
export declare function heapSortAsync(arr: number[]): any;
