/**
 * Converts protobufjs service definitions into the format expected
 * by @improbable-eng/grpc-web.  This is to let us use the same
 * service definition on both the server and the client.
 */
export function loadServices(): Record<string, any>;
//# sourceMappingURL=load-services.d.ts.map