import { ISearch } from "../typings/index.js";
declare function getShowViaName(query: string): Promise<ISearch[]>;
export default getShowViaName;
