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