/// <reference types="long" />
import type { Long } from '@grpc/proto-loader';
export interface ModelRefProto {
    'name'?: (string);
    'serializationId'?: (number | string | Long);
    'fullName'?: (string);
}
export interface ModelRefProto__Output {
    'name': (string);
    'serializationId': (Long);
    'fullName': (string);
}
