import type { NodeCG } from "../../types/nodecg";
export declare function parsePanels(dashboardDir: string, manifest: NodeCG.Manifest): NodeCG.Bundle.Panel[];
