export interface RemoteBuilderProviderInterface { run(): Promise; }