import { QueryModel } from '../models'; export declare class DhisUrlGenerator { static generate(query: QueryModel): string; }