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