export declare class APIHelper {
static dropSlash(url: string): string;
static prependSlash(url: string): string;
static nestValues(obj: any, keepIdAtTopLevel?: boolean): any;
static download(resultOrUrl: object | string, baseUrl: string, filename?: string): void;
}