interface CostumPathAjax {
    download: string;
    info: string;
}
type CostumPathAjaxKey = keyof CostumPathAjax;
export declare function GetCostumAjaxURL(costumPath?: CostumPathAjax): any;
export default function GetAjaxURL(reqType: CostumPathAjaxKey, hosting?: string): string;
export {};
