export declare const protobufPackage = "mg.protocol.uplayprotocol"; export interface Req { protocol: string; environment: string; } export interface Rsp { }