import { LaunchResponse } from '../types/launch'; export declare function downloadTextures(launchData: LaunchResponse): Promise;