import { Root } from 'protobufjs';
import type { ServiceTypes } from './service.js';
export declare function root(): Root;
export declare function addAllTo(root: Root, serviceTypes: ServiceTypes): void;
