export declare const download: (url: string, settings?: {
    method: string;
}) => Promise<string>;
