export declare class HttpQueryBuilder {
    constructor();
    build(params: any): string;
}
