CfgSimplificationPasses: {
    "remove-dead-code": (
        cfg: ControlFlowInformation,
    ) => ControlFlowInformation;
    "to-basic-blocks": (cfg: ControlFlowInformation) => ControlFlowInformation;
    "unique-cf-sets": (cfg: ControlFlowInformation) => ControlFlowInformation;
} = ...

Type declaration