import { Moment } from 'moment'; export declare const dateToQuery: (field: string, value: [Moment, Moment]) => string;