/**
 * Lego Ladder — Core Type Definitions
 *
 * Ladder logic is a graphical programming language used in PLCs.
 * Programs are organized into RUNGS evaluated left-to-right, top-to-bottom.
 * Each rung is a boolean expression that determines whether output COILS activate.
 */
export {};