// SPDX-FileCopyrightText: Amolith <amolith@secluded.site>
//
// SPDX-License-Identifier: GPL-3.0-or-later

declare module "kagi-ken" {
  export function search(query: string, token: string): Promise<any>;
}
