import type { RestEndpoint } from '../types';
export declare const get: RestEndpoint<'Function', 'get'>;
export declare const getMany: RestEndpoint<'Function', 'getMany'>;
export declare const getManyForEnvironment: RestEndpoint<'Function', 'getManyForEnvironment'>;
