usecrate::account::StorageSlotName;implStorageSlotName{/// Returns a new slot name with the format `"miden::test::slot::{index}"`.
pubfnmock(index:usize)->Self{Self::new(format!("miden::test::slot::{index}")).expect("storage slot name should be valid")}}