import type { NodeCG } from "../../types/nodecg";
export declare function parseGit(bundleDir: string): NodeCG.Bundle.GitData;
