import type { RestEndpoint } from '../types';
export declare const getMany: RestEndpoint<'ComponentType', 'getMany'>;
export declare const get: RestEndpoint<'ComponentType', 'get'>;
export declare const create: RestEndpoint<'ComponentType', 'create'>;
export declare const upsert: RestEndpoint<'ComponentType', 'upsert'>;
export declare const del: RestEndpoint<'ComponentType', 'delete'>;
export declare const publish: RestEndpoint<'ComponentType', 'publish'>;
export declare const unpublish: RestEndpoint<'ComponentType', 'unpublish'>;
