[ * 'feature1', * 'feature2', * ], * 'otherapp' => [ * 'feature3', * ], * ]; * ``` * * @return array> * @since 30.0.0 */ public function getFeatures(): array; }