/** * Test whether a value is considered empty for selector normalization. * * @param value - Value to inspect * @returns `true` if the value is null, undefined, an empty string, or an empty array */ export declare function isEmpty(value: unknown): boolean; //# sourceMappingURL=utils.d.ts.map