import type { IMethodSpec } from '../types';
export declare function parseMethodSpec(serviceProtoAbsolutePath: string, packageName: string): IMethodSpec;
