<?php namespace domain\_; interface RepositoryInterface { public function getDefaultOptionsSearch(): array; }