declare function _exports(requestedRecords: any, filters: any, selectFields: any): {
    empty: boolean;
    size: number;
    docs: any[];
    forEach(callback: any): void;
    docChanges(): never[];
};
export = _exports;
export type DocumentHash = import('./buildDocFromHash').DocumentHash;
export type Comparator = import('./buildQuerySnapShot').Comparator;
//# sourceMappingURL=buildQuerySnapShot.d.ts.map