/**
 * Api helper
 * For static and pure functions
 */
export declare class ApiHelper {
    static GenerateURL(host: string, method: string, query?: any): string;
    constructor();
}
