/** * Copyright (c) 2018 mol* contributors, licensed under MIT, See LICENSE file for more info. * * Taken/adapted from DensityServer (https://github.com/dsehnal/DensityServer) * * @author David Sehnal * @author Gianluca Tomasello */ import * as Data from './data-model.js'; export declare function execute(params: Data.QueryParams, outputProvider: () => Data.QueryOutputStream): Promise;