import { DateRangeSelectValue, mapDateRangeSelectValueToDateRange as map } from '@prefecthq/prefect-design'; import { MapFunction } from '../services/Mapper'; type Source = NonNullable; type Target = NonNullable>; export declare const mapDateRangeSelectValueToDateRange: MapFunction; export {};