import type { TimeValue } from '@dynatrace-sdk/units/types/packages/util/units/src/util-format/time.js'; /** * Hook to check and log when the min is larger than the max. * @internal */ export declare const useMinMaxLogger: (min?: TimeValue | null, max?: TimeValue | null, componentName?: string) => void;