import type { Option } from '../fields/config/types.js'; /** * Compares two arrays of options by their values. * Returns true if both arrays contain the same values (order-independent). */ export declare const optionsAreEqual: (options1: Option[] | undefined, options2: Option[] | undefined) => boolean; //# sourceMappingURL=optionsAreEqual.d.ts.map