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