//! Declared POWL process model for lsp-max server instances.
//! The declared model is the ΔP — what the server claims it does.
//! wasm4pm checks actual execution against this declaration.
use Powl;
/// The declared POWL process model for an lsp-max server instance.
/// Holds the structural description of lawful operations the server performs.