import { Readable } from 'stream'; import { CurrentBuildClient, CurrentBuildClientOptions } from './CurrentBuildClient'; export declare class BuildDotFhirDotOrgClient implements CurrentBuildClient { private log; constructor(options?: CurrentBuildClientOptions); downloadCurrentBuild(name: string, branch?: string): Promise; getCurrentBuildDate(name: string, branch?: string): Promise; private getCurrentBuildBaseURL; }