import { KlevuBaseQuery } from "../../models/index.js"; import { KlevuFetchModifer } from "../../modifiers/index.js"; import { KlevuFetchFunctionReturnValue } from "../index.js"; /** * Take control and write any kind of query you wish to Klevu API. For experts only. * * @category Query * @param query * @param modifiers * @returns */ export declare function raw(query: KlevuBaseQuery, ...modifiers: KlevuFetchModifer[]): KlevuFetchFunctionReturnValue;