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