<?phpnamespace SpatieFlareClientContracts;interface ProvidesFlareContext{ /** * @return array<int|string, mixed> */ public function context(): array;}