import { type Options, type Simple } from "./types"; export declare function compareSimpleValues(a: Simple, b: Simple, options: Pick): number;