Represents the filters for the "PackOpened" event.
type PackOpenedEventFilters = Partial<{ opener: AbiParameterToPrimitiveType<{ indexed: true; name: "opener"; type: "address"; }>; packId: AbiParameterToPrimitiveType<{ indexed: true; name: "packId"; type: "uint256"; }>;}>;