<?phpnamespace SpatieFlareClientContext;interface ContextProvider{ /** * @return array<int, string|mixed> */ public function toArray(): array;}