/** * Fetches data by keyword. * * @param {string} keyword - The keyword to search for. * @returns - A promise that resolves with the API response. */ export declare function fetchByKeyword(keyword: string): Promise>; //# sourceMappingURL=search.d.ts.map