import { GenericQueryResult } from "./GenericQueryResult.js"; export declare class QueryResult extends GenericQueryResult { /** * Creates a snapshot of the query results */ createSnapshot(): QueryResult; } //# sourceMappingURL=QueryResult.d.ts.map