import { QuarkTimeRangeValue } from './timeRange'; /** Resolve the persisted panel Relative time value into the shared picker model. */ export declare function resolveBigScreenDataPanelRange(relativeTime?: unknown, now?: number): QuarkTimeRangeValue; //# sourceMappingURL=bigScreenDataPanelRange.d.ts.map