export declare const minKth: <T>(arr: T[], k?: number, compare?: <T_1>(a: T_1, b: T_1) => boolean) => T;
