import type { NodeCG } from "../../types/nodecg";
export declare function parseExtension(bundleDir: string, manifest: NodeCG.Manifest): boolean;
