import { KlevuFetchFunctionReturnValue } from "../index.js"; import { KlevuFetchModifer } from "../../modifiers/index.js"; type Options = { id: string; }; /** * Get new arrival recommendations * * @category RecommendationQuery * @param category * @param options * @param modifiers * @returns */ export declare function newArrivals(category?: string, options?: Partial, ...modifiers: KlevuFetchModifer[]): KlevuFetchFunctionReturnValue; export {};