import type { Outputs } from "./types"; export declare function downloadTerraformToMemory(outputs: Outputs): Promise;