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