import { ArgsOptions } from './../cli/args';
export declare function getQueryParamsAsString(args: ArgsOptions[]): string;
