export declare function apiBuffer(url: string): Promise<ArrayBuffer>;
export declare function apiJson(url: string): Promise<any>;
export declare function apiText(url: string): Promise<string>;
