import { RestEndpoint } from './types'; export declare const get: RestEndpoint<'SortField', 'get'>; export declare const getMany: RestEndpoint<'SortField', 'getMany'>; export declare const create: RestEndpoint<'SortField', 'create'>; export declare const update: RestEndpoint<'SortField', 'update'>; export declare const del: RestEndpoint<'SortField', 'del'>;