import dayjs from 'dayjs'; import { Type } from '../../../lib/type'; import { FTypes } from '../../types'; declare type _SpanOption = { since: dayjs.Dayjs; until: dayjs.Dayjs; }; export declare type SpanQueryOption = _SpanOption | Type.SetOptional<_SpanOption, 'since'> | Type.SetOptional<_SpanOption, 'until'>; export declare const CreatedWithin: (query: import("firebase").default.firestore.Query | FirebaseFirestore.Query) => ({ since, until, }: SpanQueryOption) => import("firebase").default.firestore.Query | FirebaseFirestore.Query; export declare const Combine: (query: import("firebase").default.firestore.Query | FirebaseFirestore.Query) => | FirebaseFirestore.Query) => (arg: any) => any)[]>(...Selectors: Ss) => (...args: { [I in keyof Ss]: Parameters>[0]; }) => import("firebase").default.firestore.Query | FirebaseFirestore.Query; export {};