declare type Address = string; export declare class ServiceRegistry { static lookup(outPortName: string): Promise
; } export {};