import { Basic, ServicePath } from './types';
export declare function load<T extends Basic>(protoPath: string): ServicePath<T>;
