LocalChainFacadePowers: {
    agoricNames: Remote<NameHub>;
    localchain: Remote<LocalChain>;
    makeLocalOrchestrationAccountKit: MakeLocalOrchestrationAccountKit;
    orchestration: Remote<CosmosInterchainService>;
    storageNode: Remote<StorageNode>;
    timer: Remote<TimerService>;
    vowTools: VowTools;
}