import proto from '../../proto/proto';
/**
 * Get the proto class for the given message info.
 */
export declare const getMessageProto: (messageInfo: proto.TSP.IMessageInfo) => {
    messageProto: protobuf.Type;
    messageProtoName: string;
};
