Represents the parameters for the "getTokenCountOfBundle" function.
type GetTokenCountOfBundleParams = { bundleId: AbiParameterToPrimitiveType<{ name: "_bundleId"; type: "uint256"; }>;};
type bundleId = AbiParameterToPrimitiveType<{ name: "_bundleId"; type: "uint256";}>;