import FetchArgs from './FetchArgs';
import Page from './Page';
export default function fetchFromSpringDataRest<K extends string, T>(url: string, { page, size, filter, sort }: FetchArgs, responseCollectionKey: K): Promise<Page<T>>;
//# sourceMappingURL=fetchFromSpringDataRest.d.ts.map