import first from 'lodash/first'; import { JSONAPIRequest } from "../typings/Library"; export declare const cleanUrl: (url: string) => string; export declare const parserParams:

>(params: P) => P; export declare const normalize: (res: any, options?: { first?: number | boolean; last?: number | boolean; }) => any; export declare const dataConverter: (data: Record, resourceName: string, key?: string) => JSONAPIRequest;