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