declare class GrpcConfigInterface { path: string; host: string; port: number; } /** * 服务配置 */ declare class GrpcConfig extends GrpcConfigInterface { constructor(options?: any); } declare const _default: GrpcConfig; export { GrpcConfig, GrpcConfigInterface, _default as default };