import type { ProtoGenDTSOptions } from './type';
/**
 * proto generate dts
 * @param opts
 * @returns parsedFiles path
 */
declare function protoGenDTS(opts: ProtoGenDTSOptions): string[];
export default protoGenDTS;
