import { ISettings } from "../types";
export declare const downloadAssets: (settings: ISettings) => Promise<ISettings>;
