import { RemoteStub } from '../stubs/stubs-config';
/**
 * Download remote artifact
 *
 * @param config
 */
export declare function downloadArtifact(config: RemoteStub): Promise<string | void>;
