import * as x from 'x-value'; export declare const DateRange: x.ObjectType<{ start: x.AtomicType; end: x.AtomicType; }>;