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