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