export default class Utils {
    static getUrlQuery(name: string, Url: string, transCode?: boolean): string;
}
