export type BlueprintQuickLookInfo = Readonly<{ /** Whether there is a loop running */ running: boolean; /** Whether the loop is locked from user editing */ locked: boolean; }>; //# sourceMappingURL=quickLoopInfo.d.ts.map