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