import type { StatePage } from "./types.js"; /** * SDL transitions for the Connected state of the data_link machine. * Source: ax.25.2.2.4_Oct_25, figure figc4.4. */ export declare const DataLinkConnected: StatePage; //# sourceMappingURL=connected.g.d.ts.map