import type { StatePage } from "./types.js"; /** * SDL transitions for the Negotiating state of the management_data_link machine. * Source: ax.25.2.2.4_Oct_25, figure figc5.2. */ export declare const ManagementDataLinkNegotiating: StatePage; //# sourceMappingURL=negotiating.g.d.ts.map