declare function runProtoc({ outputDir, protoPath }: { outputDir: string; protoPath: string; }): Promise; export { runProtoc };