import {Options} from '@elrondnetwork/evertrail.core' import {OnProgress} from '../../types/on-progress' export type Input = { path: string, onProgress?: OnProgress, options?: Options }