import type { TOptions } from './types.js'; export declare function compare(gt: boolean, strict: boolean, list: T[], target: R, options?: TOptions): number;