export interface Schedule extends Struct {
  readonly version: u32;
  readonly enablePrintln: bool;
  readonly limits: Limits;
  readonly instructionWeights: InstructionWeights;