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