import type { NodeCG } from "../../types/nodecg";
export declare const parseBundle: (bundlePath: string, bundleCfg?: NodeCG.Bundle.UnknownConfig) => NodeCG.Bundle;
