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