export declare const downlaod: (url: string, logging?: boolean) => Promise<string>;
