import type { RestEndpoint } from '../types'; export declare const getForSpace: RestEndpoint<'User', 'getForSpace'>; export declare const getCurrent: RestEndpoint<'User', 'getCurrent'>; export declare const getManyForSpace: RestEndpoint<'User', 'getManyForSpace'>; export declare const getForOrganization: RestEndpoint<'User', 'getForOrganization'>; export declare const getManyForOrganization: RestEndpoint<'User', 'getManyForOrganization'>;