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