declare const downloadTerraformToMemory: (initial: any) => Promise<any>;
export { downloadTerraformToMemory };
